configurations: replace nil with nixd

This commit is contained in:
Mateusz Słodkowicz 2024-10-29 14:28:17 +01:00
parent cf452a09ed
commit 4912a5bc99
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
raylib
gcc
gdb
nil
nixd
nixfmt-classic
nixpkgs-fmt
cmake

View File

@ -5,7 +5,7 @@
];
home.stateVersion = "23.05";
home.homeDirectory = "/home/materus";
programs.git.signing.signByDefault = true;
xdg.userDirs.enable = true;
@ -33,7 +33,7 @@
raylib
gcc
gdb
nil
nixd
nixfmt-classic
nixpkgs-fmt
cmake

View File

@ -24,7 +24,7 @@ with materusArg.pkgs.lib;
nix-tree
nix-diff
nix-ld
nil
nixd
nixpkgs-fmt
nixpkgs-review
]);