flake: fix unstable path pointing at github instead of gitea
All checks were successful
flake / flake (push) Successful in 1m27s

This commit is contained in:
Jake Hillion 2024-10-24 09:34:01 +01:00
parent 3a0c8effbb
commit ce6c9a25c5
2 changed files with 8 additions and 11 deletions

View File

@ -175,18 +175,15 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1729715795, "lastModified": 1729721951,
"narHash": "sha256-DCftJ5RrQaF2iYeuvn8LW1kA8EMBUZHQUneEDhxlcvY=", "narHash": "sha256-VcFLwgj0VAt9PI75oOqK3g1/5D1/blgJB2QkTGi4aHE=",
"owner": "JakeHillion", "rev": "809dda1c882659e1ec1194e38c9213d14b39448e",
"repo": "nixpkgs", "type": "tarball",
"rev": "ba5d4d99265e9cdc9eebb08944bfb032e6ccbb64", "url": "https://gitea.hillion.co.uk/api/v1/repos/JakeHillion/nixpkgs/archive/809dda1c882659e1ec1194e38c9213d14b39448e.tar.gz"
"type": "github"
}, },
"original": { "original": {
"owner": "JakeHillion", "type": "tarball",
"ref": "nixos-unstable", "url": "https://gitea.hillion.co.uk/JakeHillion/nixpkgs/archive/nixos-unstable.tar.gz"
"repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View File

@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:JakeHillion/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "https://gitea.hillion.co.uk/JakeHillion/nixpkgs/archive/nixos-unstable.tar.gz";
nixos-hardware.url = "github:nixos/nixos-hardware"; nixos-hardware.url = "github:nixos/nixos-hardware";