about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-12-03 21:52:08 +0100
committerEmile <git@emile.space>2024-12-03 21:52:08 +0100
commitfd19c01793ed22ae0f3bd6ea61d61e9794286949 (patch)
tree257d2fb482b776211b5700db3fb730cdd56e0899
parente754de32526e1e048f6d706c797c3f94a899517b (diff)
(flake) 24.05 -> 24.11
-rw-r--r--flake.nix5
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";