diff options
author | Emile <git@emile.space> | 2025-03-01 13:35:51 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-03-01 13:35:51 +0100 |
commit | e6c5747ea14f50bdd697e67f0138211ae19a6c71 (patch) | |
tree | fda8af5e76cf85329ab678a7a690d377c2106980 /flake.nix | |
parent | 76de4c16b4146026a0a0ff1e345e819292de53d0 (diff) |
(flake): removed the temporary nixpkgs2 input I used for testing something
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index d4afe6e..1922ad2 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,6 @@ { inputs = { nixpkgs.url = "git+ssh://git@github.com/nixos/nixpkgs.git?shallow=1&ref=nixos-24.11"; - nixpkgs2.url = "git+ssh://git@github.com/nixos/nixpkgs.git?shallow=1&ref=nixos-24.11"; nixpkgs-unstable.url = "git+https://github.com/nixos/nixpkgs?ref=nixpkgs-unstable"; # nix darwin version must match nixpkgs version: @@ -37,7 +36,6 @@ { self, nixpkgs, # packages - nixpkgs2, # packages2 nixpkgs-unstable, # unstable branch darwin, # darwin related stuff deploy-rs, # deploy the hosts |