mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
removed
This commit is contained in:
parent
71f95690c3
commit
7872f666ca
2 changed files with 6 additions and 9 deletions
|
|
@ -79,6 +79,11 @@
|
|||
modules = [ ./src/system/machines/workstation ];
|
||||
};
|
||||
|
||||
devShells.${system}.default = callPackage ./shell.nix {};
|
||||
devShells.${system}.default = mkShell {
|
||||
name = "devShell";
|
||||
packages = [
|
||||
just
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue