This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-25 02:12:52 +02:00
parent 115a6d3c83
commit abd5b60ffa
5 changed files with 27 additions and 6 deletions

4
system-modules/nixd.nix Normal file
View File

@@ -0,0 +1,4 @@
{ inputs, ... }:
{
nix.nixPath = [ "nixpgs=${inputs.nixpkgs}" ];
}