chore(flake): fix nixpkgs url

This commit is contained in:
uku 2025-03-18 00:29:46 +01:00
parent a6682d3bc4
commit 5f2f829d38
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 4 additions and 3 deletions

5
flake.lock generated
View file

@ -245,9 +245,10 @@
"type": "github"
},
"original": {
"id": "nixpkgs",
"owner": "NixOS",
"ref": "nixos-unstable",
"type": "indirect"
"repo": "nixpkgs",
"type": "github"
}
},
"root": {

View file

@ -57,7 +57,7 @@
};
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
camasca = {
url = "git+https://git.uku3lig.net/uku/camasca";