docs: init new structure
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -50,13 +50,10 @@
|
||||
pathExists
|
||||
;
|
||||
|
||||
privateInputs =
|
||||
if builtins.pathExists (./. + "/.skip-private-inputs") then
|
||||
{ }
|
||||
else
|
||||
(import ./devFlake/flake-compat.nix {
|
||||
src = ./devFlake;
|
||||
}).outputs;
|
||||
privateInputs = if builtins.pathExists (./. + "/.skip-private-inputs") then { } else { };
|
||||
# (import ./devFlake/flake-compat.nix {
|
||||
# src = ./devFlake;
|
||||
# }).outputs;
|
||||
in
|
||||
flake-parts.lib.mkFlake { inherit inputs; } (
|
||||
{ ... }:
|
||||
|
||||
Reference in New Issue
Block a user