We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebb1f7 commit 8a4cb4fCopy full SHA for 8a4cb4f
1 file changed
flake.nix
@@ -96,7 +96,8 @@
96
97
# Variant of lib.secret specifically for files. This will actually copy
98
# the file out to a separate derivation, which is more efficient.
99
- secretFile' = pkgs: path: pkgs.writeText (builtins.baseNameOf path) (self.lib.secret path);
+ secretFile' =
100
+ pkgs: path: pkgs.writeText (builtins.baseNameOf path) (builtins.readFile (self.lib.secret path));
101
};
102
}
103
0 commit comments