feat: use nh to keep 2 gens and to deploy builds
This commit is contained in:
parent
791e33478f
commit
978dc11d37
4 changed files with 18 additions and 3 deletions
|
|
@ -21,5 +21,11 @@
|
|||
./configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
devShells.x86_64-linux.default = let
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
in pkgs.mkShell {
|
||||
packages = [ pkgs.nh ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue