diff options
author | Emile <git@emile.space> | 2024-12-03 21:52:08 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-12-03 21:52:08 +0100 |
commit | fd19c01793ed22ae0f3bd6ea61d61e9794286949 (patch) | |
tree | 257d2fb482b776211b5700db3fb730cdd56e0899 | |
parent | e754de32526e1e048f6d706c797c3f94a899517b (diff) |
(flake) 24.05 -> 24.11
-rw-r--r-- | flake.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index e252cda..7d43c86 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,7 @@ { inputs = { - nixpkgs.url = "git+https://github.com/nixos/nixpkgs?ref=release-24.05"; + nixpkgs.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"; - nixpkgs-master.url = "git+https://github.com/nixos/nixpkgs?ref=master"; darwin.url = "git+https://github.com/lnl7/nix-darwin"; darwin.inputs.nixpkgs.follows = "nixpkgs"; @@ -13,7 +12,7 @@ agenix.url = "git+https://github.com/ryantm/agenix"; agenix.inputs.nixpkgs.follows = "nixpkgs"; - home-manager.url = "git+https://github.com/nix-community/home-manager?ref=release-24.05"; + home-manager.url = "git+https://github.com/nix-community/home-manager?ref=release-24.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; naersk.url = "git+https://github.com/nix-community/naersk"; |