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