mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
Add a development shell for this project
This commit is contained in:
parent
69225a0ceb
commit
c96889b62e
@ -134,6 +134,10 @@
|
||||
packages = forAllSystems
|
||||
(system: import ./pkgs { pkgs = import nixpkgs { inherit system; }; });
|
||||
|
||||
# The development environment for this flake.
|
||||
devShell = forAllSystems (system:
|
||||
import ./shell.nix { pkgs = import nixpkgs { inherit system; }; });
|
||||
|
||||
# My several development shells for usual type of projects. This is much
|
||||
# more preferable than installing all of the packages at the system
|
||||
# configuration (or even home environment).
|
||||
|
Loading…
Reference in New Issue
Block a user