oops
This commit is contained in:
parent
0b39734c7a
commit
be08f6b73e
|
@ -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}";
|
||||
|
|
Loading…
Reference in New Issue