tangled
alpha
login
or
join now
oeiuwq.com
/
flake-file
5
fork
atom
Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
dendrix.oeiuwq.com/Dendritic.html
dendritic
nix
inputs
5
fork
atom
overview
issues
1
pulls
pipelines
fmt inputs.nix
oeiuwq.com
1 month ago
de6c18b8
1a1b8423
1/1
mirror.yml
success
3s
+8
2 changed files
expand all
collapse all
unified
split
modules
unflake.nix
templates
unflake
inputs.nix
+1
modules/unflake.nix
reviewed
···
23
23
name = "write-inputs";
24
24
text = ''
25
25
cp ${inputsFile} "''${1:-inputs.nix}"
26
26
+
${lib.getExe pkgs.nixfmt} "''${1:-inputs.nix}"
26
27
'';
27
28
};
28
29
+7
templates/unflake/inputs.nix
reviewed
···
1
1
+
# DO-NOT-EDIT: Generated by github:vic/flake-file for unflake.
2
2
+
# To re-generate use: nix-shell . -A unflake.env --run write-inputs
3
3
+
{
4
4
+
flake-file.url = "github:vic/flake-file";
5
5
+
import-tree.url = "github:vic/import-tree";
6
6
+
nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
7
7
+
}