fix lockfile
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 17s

This commit is contained in:
Satria 2026-07-11 22:30:48 +07:00
commit 3fc3bdc325
2 changed files with 22 additions and 32 deletions

View file

@ -12,7 +12,10 @@
niri.url = "github:sodiboo/niri-flake";
mc.url = "github:Infinidoge/nix-minecraft";
cp.url = "github:9001/copyparty";
cp = {
url = "github:9001/copyparty";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs: let