feat(devenv): Fix not using pkgs

This commit is contained in:
punkfairie 2024-11-15 00:33:46 +00:00 committed by punkfairie
parent edc1b7d026
commit 23e1ae7967
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696
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
];
}