This commit is contained in:
xenia 2024-12-17 02:33:22 -05:00
parent 0b39734c7a
commit be08f6b73e
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
let let
possiblyCommitCrimes = possiblyCommitCrimes =
lib.boolToString config.dragnpkgs.possiblyCommitCrimes; lib.boolToString config.dragnpkgs.possiblyCommitCrimes;
config-flake = pkgs.writeTextDir "source" (pkgs.writeTextFile { config-flake = pkgs.writeTextFile {
name = "source"; name = "source";
destination = "/flake.nix"; destination = "/flake.nix";
text = '' text = ''
@ -155,7 +155,7 @@
}; };
} }
''; '';
}); };
in { in {
type = "path"; type = "path";
path = "${config-flake}"; path = "${config-flake}";