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": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs-camasca"
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741564857,
|
||||
"narHash": "sha256-seeWXSodZwEhFDdLp3wCLsVVO5qWYW4N/ObKacw/DFA=",
|
||||
"lastModified": 1741702774,
|
||||
"narHash": "sha256-q8gnXN+3BfkrXxwPWQbskytPNmoATSQipsTndxOj/bI=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "fed3841a8e48cde74c4e06c1b7e36a68da5bc62e",
|
||||
"revCount": 63,
|
||||
"rev": "33793e1c1329a7105e4553785892802510decd88",
|
||||
"revCount": 64,
|
||||
"type": "git",
|
||||
"url": "https://git.uku3lig.net/uku/camasca"
|
||||
},
|
||||
|
@ -250,22 +250,6 @@
|
|||
"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": {
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
|
@ -279,7 +263,6 @@
|
|||
"mystia": "mystia",
|
||||
"nixos-wsl": "nixos-wsl",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-camasca": "nixpkgs-camasca",
|
||||
"systems": "systems",
|
||||
"treefmt-nix": "treefmt-nix",
|
||||
"ukubot-rs": "ukubot-rs"
|
||||
|
|
|
@ -58,11 +58,10 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs-camasca.url = "github:NixOS/nixpkgs/73cf49b8ad837ade2de76f87eb53fc85ed5d4680";
|
||||
|
||||
camasca = {
|
||||
url = "git+https://git.uku3lig.net/uku/camasca";
|
||||
inputs.nixpkgs.follows = "nixpkgs-camasca";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
agenix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue