feat: use nh to keep 2 gens and to deploy builds

This commit is contained in:
Jet Pham 2026-02-26 20:01:40 -08:00
parent 791e33478f
commit 978dc11d37
No known key found for this signature in database
4 changed files with 18 additions and 3 deletions

View file

@ -21,5 +21,11 @@
./configuration.nix
];
};
devShells.x86_64-linux.default = let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in pkgs.mkShell {
packages = [ pkgs.nh ];
};
};
}