This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
url = "git+https://git.t-juice.club/torjus/huecli?ref=master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-packages = {
|
||||
url = "git+https://git.t-juice.club/torjus/nix-packages?ref=master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -28,6 +32,7 @@
|
||||
sops-nix,
|
||||
ghettoptt,
|
||||
huecli,
|
||||
nix-packages,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
@@ -95,6 +100,7 @@
|
||||
overlay-stable
|
||||
ghettoptt.overlays.default
|
||||
huecli.overlays.default
|
||||
nix-packages.overlays.default
|
||||
];
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user