Update repo URL.

This commit is contained in:
r-vdp 2023-03-27 18:01:37 +02:00
parent c9c203b39d
commit 176b435ccc
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

14
test/nix/flake.lock generated
View file

@ -219,17 +219,17 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1679923241, "lastModified": 1679927326,
"narHash": "sha256-08uac4MB/upXRzfHVg05FumimJqPPDUbRJzORw7533g=", "narHash": "sha256-oc07+8bhj2X/RQvwG/N98ZEzDwkDet5Fo/04Q4XnH8I=",
"owner": "~r-vdp", "owner": "numtide",
"repo": "system-manager", "repo": "system-manager",
"rev": "d9d770da7a24345a90988b421c4397b82e169c97", "rev": "c9c203b39d8fc10adcd227605799a6a45a05db50",
"type": "sourcehut" "type": "github"
}, },
"original": { "original": {
"owner": "~r-vdp", "owner": "numtide",
"repo": "system-manager", "repo": "system-manager",
"type": "sourcehut" "type": "github"
} }
}, },
"treefmt-nix": { "treefmt-nix": {

View file

@ -4,7 +4,7 @@
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
system-manager = { system-manager = {
url = "sourcehut:~r-vdp/system-manager"; url = "github:numtide/system-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";