summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2025-05-04 01:32:33 -0700
committerIrene Knapp <ireneista@irenes.space>2025-05-04 01:32:33 -0700
commit3516cb3fa5f475f98246f48601eda31bfa11cc52 (patch)
treebd030cf568c27b3c774421bea34cfbd8a8a82312 /flake.nix
parent44c3362bcb565aa81f6e3fe0ab7a106dc89f4ba9 (diff)
fix build; fix test; update nixpkgs and crane
Force-Push: yes
Change-Id: Id2c8a43629f7da16fa8539df95c6e0f583d5c565
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 60b1308..4c75004 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,11 +4,10 @@
       type = "github";
       owner = "NixOS";
       repo = "nixpkgs";
-      ref = "nixos-23.11";
+      ref = "nixos-24.11";
     };
 
     crane = {
-      inputs.nixpkgs.follows = "nixpkgs";
       url = "github:ipetkov/crane";
     };
   };