switch nixpkgs to 24.11

This commit is contained in:
2024-12-03 22:09:52 +01:00
parent 9f36693f90
commit 60acbede4d
2 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
description = "A very basic flake";
inputs = {
nixpkgs.url = "nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
};
outputs = {