From ea06a985865fc80b26f010a82f122e4ef59a17f7 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 13 Nov 2024 13:52:50 -0800 Subject: [PATCH] fix: remove nonexistent override for nixpkgs on ucode --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 6aef2d5..2bf451b 100755 --- a/flake.nix +++ b/flake.nix @@ -45,10 +45,7 @@ inputs.flake-parts.follows = "flake-parts"; }; - ucode = { - url = "github:e-tho/ucodenix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + ucode.url = "github:e-tho/ucodenix"; lix-module = { url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";