diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix index 75ebbab7..f4a31806 100644 --- a/flake.nix +++ b/flake.nix @@ -11,8 +11,6 @@ # open nixpkgs prs # FIXME: Close these PRs <2024-09-07> - nixpkgs-tfc.url = "github:soispha/nixpkgs/add-termfilechooser"; - nixpkgs-onlykey.url = "github:soispha/nixpkgs/fix-onlykey-agent"; library = { url = "git+https://git.foss-syndicate.org/vhack.eu/nix-library?ref=prime"; @@ -264,8 +262,6 @@ self, nixpkgs, nixpkgs-stable, - nixpkgs-tfc, - nixpkgs-onlykey, library, # modules home-manager, @@ -304,8 +300,6 @@ nixpkgs_as_input = nixpkgs; nixpkgs_open_prs = { inherit - nixpkgs-tfc - nixpkgs-onlykey ; }; |