From fd19c01793ed22ae0f3bd6ea61d61e9794286949 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 3 Dec 2024 21:52:08 +0100 Subject: (flake) 24.05 -> 24.11 --- flake.nix | 5 ++--- 1 file 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"; -- cgit 1.4.1