We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b73fa commit cca3bd9Copy full SHA for cca3bd9
flake.nix
@@ -73,20 +73,6 @@
73
inputs.paisano.growOn args' {
74
# standard-specific quality-of-life assets
75
__std.direnv_lib = ./direnv_lib.sh;
76
- __std.nixConfig = let
77
- # FIXME: refactor when merged NixOS/nixpkgs#203999
78
- nixConfig = l.generators.toKeyValue {
79
- mkKeyValue = l.generators.mkKeyValueDefault {
80
- mkValueString = v:
81
- if l.isList v
82
- then l.concatStringsSep " " v
83
- else if (l.isPath v || v ? __toString)
84
- then toString v
85
- else l.generators.mkValueStringDefault {} v;
86
- } " = ";
87
- };
88
- in
89
- nixConfig (import "${args.inputs.self}/flake.nix").nixConfig or {};
90
};
91
grow = args: l.removeAttrs (growOn args) ["__functor"];
92
flakeModule = import ./src/flakeModule.nix {
0 commit comments