Add devShell and .envrc to activate via direnv
This commit is contained in:
parent
c86bfe931a
commit
9eef068b8d
|
@ -78,6 +78,12 @@
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
|
devShells.x86_64-linux.default = let
|
||||||
|
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||||
|
in
|
||||||
|
pkgs.mkShellNoCC {
|
||||||
|
packages = [pkgs.nil];
|
||||||
|
};
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
## Server
|
## Server
|
||||||
Legion = nixpkgs.lib.nixosSystem rec {
|
Legion = nixpkgs.lib.nixosSystem rec {
|
||||||
|
|
Loading…
Reference in a new issue