mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
added development environment
This commit is contained in:
parent
c58e64bae2
commit
c1405c5a2e
3 changed files with 31 additions and 19 deletions
|
|
@ -68,5 +68,11 @@
|
|||
./src/system/machines/workstation
|
||||
];
|
||||
};
|
||||
|
||||
devShells.${system}.default = with pkgs; mkShell {
|
||||
packages = [
|
||||
just
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue