Skip to content

Commit ed16cd0

Browse files
committed
wunschkonzert: prep install
1 parent 756cc0e commit ed16cd0

File tree

3 files changed

+42
-12
lines changed

3 files changed

+42
-12
lines changed

flake.lock

Lines changed: 38 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
niri = {
2929
url = "github:sodiboo/niri-flake";
3030
};
31-
wunschkonzert = {
32-
url = "github:debugloop/wunschkonzert";
33-
inputs.nixpkgs.follows = "nixpkgs";
31+
wunschkonzert-install = {
32+
url = "path:/home/danieln/code/wunschkonzert-install";
3433
};
3534
};
3635

hosts/hyperion/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{...}: {
1+
{inputs, ...}: {
22
imports = [
33
./boot.nix
44
../services/caddy.nix
@@ -8,5 +8,6 @@
88
../services/matrix.nix
99
../services/miniflux.nix
1010
../services/prometheus.nix
11+
inputs.wunschkonzert-install.include
1112
];
1213
}

0 commit comments

Comments
 (0)