mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-23 12:19:00 +00:00
shells/nix: init shell
This commit is contained in:
parent
7f44233e09
commit
d5a1d093d1
8
shells/nix.nix
Normal file
8
shells/nix.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ mkShell, lib, nixfmt, rnix-lsp }:
|
||||||
|
|
||||||
|
mkShell {
|
||||||
|
packages = [
|
||||||
|
nixfmt
|
||||||
|
rnix-lsp
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user