chore(flake): fix nixpkgs url
This commit is contained in:
parent
a6682d3bc4
commit
5f2f829d38
2 changed files with 4 additions and 3 deletions
5
flake.lock
generated
5
flake.lock
generated
|
@ -245,9 +245,10 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-unstable",
|
"ref": "nixos-unstable",
|
||||||
"type": "indirect"
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||||
|
|
||||||
camasca = {
|
camasca = {
|
||||||
url = "git+https://git.uku3lig.net/uku/camasca";
|
url = "git+https://git.uku3lig.net/uku/camasca";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue