mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
nix: Add shell name
This commit is contained in:
parent
e412ea5adb
commit
fa0e6a4f84
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@
|
|||
packages.default = self'.packages.activate;
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
name = "nixos-config-shell";
|
||||
meta.description = "Dev environment for nixos-config";
|
||||
inputsFrom = [ config.treefmt.build.devShell ];
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue