dendritic: first succesfull rebuild

This commit is contained in:
2026-05-24 11:38:11 +02:00
parent 30e8029a6b
commit edc8d51491
5 changed files with 72 additions and 175 deletions
+4 -3
View File
@@ -24,6 +24,7 @@
import-tree.url = "github:vic/import-tree"; # imports ./modules recursively
};
outputs = inputs @ { flake-parts, ... }:
#outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules);
flake-parts.lib.mkFlake { inherit inputs; }
({
flake = let
@@ -39,9 +40,9 @@
import nixpkgsInput {
inherit system;
config.allowUnfreePredicate = mkUnfreePredicate;
};
pkgs = mkPkgs inputs.nixpkgs;
pkgs-unstable = mkPkgs inputs.nixpkgs-unstable;
};
pkgs = mkPkgs inputs.nixpkgs;
pkgs-unstable = mkPkgs inputs.nixpkgs-unstable;
in {
inherit pkgs pkgs-unstable;
};