feat(devenv): Fix not using pkgs

This commit is contained in:
punkfairie 2024-11-15 00:33:46 +00:00
parent b2e9ecabb4
commit 4741fd7209
Signed by: punkfairie
GPG key ID: BB799F3880135F53
4 changed files with 4 additions and 1 deletions

1
.devenv/load-exports Executable file
View file

@ -0,0 +1 @@

1
.devenv/profile Symbolic link
View file

@ -0,0 +1 @@
/nix/store/5fgszmb12p6sq9k1623mqa1n0xsannam-devenv-profile

1
.devenv/run Symbolic link
View file

@ -0,0 +1 @@
/tmp/devenv-37d6f11

View file

@ -2,7 +2,7 @@
{
languages.nix.enable = true;
packages = [
packages = with pkgs; [
nixfmt-rfc-style
];
}