initial ESS Community NixOS module
This commit is contained in:
parent
18b970a750
commit
997726aecd
11 changed files with 443 additions and 39 deletions
|
|
@ -58,7 +58,7 @@
|
|||
ess-helm = mkNixosConfiguration "x86_64-linux" [ ./hosts/ess-helm ];
|
||||
};
|
||||
|
||||
packages = forAllSystems (pkgs: import ./pkgs pkgs);
|
||||
packages = forAllSystems (pkgs: import ./pkgs { inherit pkgs inputs; });
|
||||
|
||||
devShells = forAllSystems (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue