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