copyparty nix overhaul got merged!

This commit is contained in:
Gabe Venberg 2025-04-29 15:54:20 +02:00
parent 589088a726
commit 67eb4264ff
2 changed files with 6 additions and 8 deletions

11
flake.lock generated
View file

@ -10,16 +10,15 @@
]
},
"locked": {
"lastModified": 1745921739,
"narHash": "sha256-Bc2Cjrkv+zextn1nkpWT9824JFjuICdAKIZQbtoZHlk=",
"owner": "gabevenberg",
"lastModified": 1745930897,
"narHash": "sha256-m5cSxqeFFkLvJyiZ/bM5AkzvENcD42DJMPB0v6ImlGk=",
"owner": "9001",
"repo": "copyparty",
"rev": "caee3c3931f995d94f979c71a25f796c49f91375",
"rev": "d1bca1f52f8769a1a968d707a5d2d62009bb9aa1",
"type": "github"
},
"original": {
"owner": "gabevenberg",
"ref": "nixos-module",
"owner": "9001",
"repo": "copyparty",
"type": "github"
}

View file

@ -34,8 +34,7 @@
};
copyparty = {
# url = "github:9001/copyparty";
url = "github:gabevenberg/copyparty/nixos-module";
url = "github:9001/copyparty";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};