chore(flake): update camasca and remove pinned nixpkgs
This commit is contained in:
parent
b8cc8ef1c1
commit
3339bf2334
2 changed files with 6 additions and 24 deletions
27
flake.lock
generated
27
flake.lock
generated
|
@ -69,15 +69,15 @@
|
||||||
"camasca": {
|
"camasca": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs-camasca"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741564857,
|
"lastModified": 1741702774,
|
||||||
"narHash": "sha256-seeWXSodZwEhFDdLp3wCLsVVO5qWYW4N/ObKacw/DFA=",
|
"narHash": "sha256-q8gnXN+3BfkrXxwPWQbskytPNmoATSQipsTndxOj/bI=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "fed3841a8e48cde74c4e06c1b7e36a68da5bc62e",
|
"rev": "33793e1c1329a7105e4553785892802510decd88",
|
||||||
"revCount": 63,
|
"revCount": 64,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.uku3lig.net/uku/camasca"
|
"url": "https://git.uku3lig.net/uku/camasca"
|
||||||
},
|
},
|
||||||
|
@ -250,22 +250,6 @@
|
||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-camasca": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1739866667,
|
|
||||||
"narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
|
@ -279,7 +263,6 @@
|
||||||
"mystia": "mystia",
|
"mystia": "mystia",
|
||||||
"nixos-wsl": "nixos-wsl",
|
"nixos-wsl": "nixos-wsl",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs-camasca": "nixpkgs-camasca",
|
|
||||||
"systems": "systems",
|
"systems": "systems",
|
||||||
"treefmt-nix": "treefmt-nix",
|
"treefmt-nix": "treefmt-nix",
|
||||||
"ukubot-rs": "ukubot-rs"
|
"ukubot-rs": "ukubot-rs"
|
||||||
|
|
|
@ -58,11 +58,10 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||||
nixpkgs-camasca.url = "github:NixOS/nixpkgs/73cf49b8ad837ade2de76f87eb53fc85ed5d4680";
|
|
||||||
|
|
||||||
camasca = {
|
camasca = {
|
||||||
url = "git+https://git.uku3lig.net/uku/camasca";
|
url = "git+https://git.uku3lig.net/uku/camasca";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-camasca";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
agenix = {
|
agenix = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue