Commit 3480283
Changed files (2)
flake.lock
@@ -427,15 +427,16 @@
"locked": {
"lastModified": 1750165136,
"narHash": "sha256-0dCNSCCNE6kYUp7XiNWQZp0mY9a3/XDVBnWs7X72eSA=",
- "owner": "HPCesia",
- "repo": "nixos-logo",
+ "ref": "refs/heads/main",
"rev": "d6ffde4c7bf7cbcdadeca42ede2010e4b3e3a957",
- "type": "github"
+ "shallow": true,
+ "type": "git",
+ "url": "https://repo.hpcesia.com/HPCesia/nixos-logo"
},
"original": {
- "owner": "HPCesia",
- "repo": "nixos-logo",
- "type": "github"
+ "shallow": true,
+ "type": "git",
+ "url": "https://repo.hpcesia.com/HPCesia/nixos-logo"
}
},
"nixpkgs": {
@@ -858,15 +859,16 @@
"locked": {
"lastModified": 1760114893,
"narHash": "sha256-SNNwwl7uLG7b2cyvf8TrTD49LzK7TC7mAXfJSbyw5/0=",
- "owner": "HPCesia",
- "repo": "Wallpapers",
+ "ref": "refs/heads/main",
"rev": "a99f8153c2dd39da1bdaf6789a2dd8b7b9c293bf",
- "type": "github"
+ "shallow": true,
+ "type": "git",
+ "url": "https://repo.hpcesia.com/HPCesia/Wallpapers"
},
"original": {
- "owner": "HPCesia",
- "repo": "Wallpapers",
- "type": "github"
+ "shallow": true,
+ "type": "git",
+ "url": "https://repo.hpcesia.com/HPCesia/Wallpapers"
}
},
"xwayland-satellite-stable": {
flake.nix
@@ -52,13 +52,13 @@
vaultix.inputs.nixpkgs.follows = "nixpkgs";
# == Personal inputs ==
- nixos-logo.url = "github:HPCesia/nixos-logo";
+ nixos-logo.url = "git+https://repo.hpcesia.com/HPCesia/nixos-logo?shallow=1";
nixos-logo.flake = false;
nur-hpcesia.url = "github:HPCesia/nur-packages";
nur-hpcesia.inputs.nixpkgs.follows = "nixpkgs";
- wallpapers.url = "github:HPCesia/Wallpapers";
+ wallpapers.url = "git+https://repo.hpcesia.com/HPCesia/Wallpapers?shallow=1";
wallpapers.flake = false;
};