diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index f56b5e21..1a0e295c 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # open nixpkgs prs nixpkgs-tfc.url = "github:soispha/nixpkgs/add-termfilechooser"; + nixpkgs-onlykey.url = "github:soispha/nixpkgs/fix-onlykey-agent"; # inputs for following systems = { @@ -239,6 +240,7 @@ self, nixpkgs, nixpkgs-tfc, + nixpkgs-onlykey, # modules home-manager, nixos-generators, @@ -276,6 +278,7 @@ nixpkgs_open_prs = { inherit nixpkgs-tfc + nixpkgs-onlykey ; }; outputs = import ./flake { @@ -288,7 +291,7 @@ nixpkgs_as_input nixpkgs_open_prs # modules - + home-manager nixVim nixos-generators @@ -300,12 +303,12 @@ lanzaboote nix-index-database # external dependencies - + treefmt-nix user_js templates # my binaries - + shell_library river_init_lesser yambar_memory |