Initial port to 24.05

This commit is contained in:
Dave Gallant
2024-05-29 19:56:38 -04:00
parent b233b7b99e
commit 02386185bc
5 changed files with 327 additions and 309 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