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