meta: add dream2nix input
This commit is contained in:
parent
dcb8bdde59
commit
02ec5e6151
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
||||||
|
|
||||||
nar-serve.url = "github:numtide/nar-serve/v0.5.0";
|
nar-serve.url = "github:numtide/nar-serve/v0.5.0";
|
||||||
nar-serve.inputs.nixpkgs.follows = "nixpkgs";
|
nar-serve.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
dream2nix.url = "github:nix-community/dream2nix";
|
||||||
|
dream2nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
||||||
let
|
let
|
||||||
|
@ -65,6 +68,10 @@
|
||||||
inherit pkgs inputs;
|
inherit pkgs inputs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
apps.${system} = {
|
||||||
|
dream2nix = inputs.dream2nix.defaultApp.${system};
|
||||||
|
};
|
||||||
|
|
||||||
defaultApp.${system} = {
|
defaultApp.${system} = {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = self.packages.${system}.flake-installer.outPath;
|
program = self.packages.${system}.flake-installer.outPath;
|
||||||
|
|
Loading…
Reference in a new issue