Port to 24.05

This commit is contained in:
Dave Gallant
2024-05-31 22:45:41 -04:00
parent 00001aa1c9
commit d1479f1c75
5 changed files with 328 additions and 329 deletions

View File

@@ -1,5 +1,5 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
pkgs = import nixpkgs { config = { }; overlays = [ ]; };
in