Start to migrate

This commit is contained in:
Dave Gallant
2024-11-23 09:22:06 -05:00
parent 561e024cd9
commit 716d1572f6
7 changed files with 220 additions and 120 deletions

View File

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