mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 01:57:02 +05:30
feat(flakes): adopt nix-systems for flake systems
This commit is contained in:
parent
9602bbd0b7
commit
bf33b30f8c
2 changed files with 29 additions and 37 deletions
21
flake.lock
generated
21
flake.lock
generated
|
@ -82,7 +82,9 @@
|
|||
},
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems"
|
||||
"systems": [
|
||||
"systems"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1687171271,
|
||||
|
@ -121,7 +123,8 @@
|
|||
"fenix": "fenix",
|
||||
"flake-compat": "flake-compat",
|
||||
"flake-utils": "flake-utils",
|
||||
"nixpkgs": "nixpkgs"
|
||||
"nixpkgs": "nixpkgs",
|
||||
"systems": "systems"
|
||||
}
|
||||
},
|
||||
"rust-analyzer-src": {
|
||||
|
@ -168,16 +171,16 @@
|
|||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"lastModified": 1687694171,
|
||||
"narHash": "sha256-m4E0xN69qKj/oKOj8OtiZcSFpFlO8paI6E3Wo5oXDJc=",
|
||||
"owner": "msfjarvis",
|
||||
"repo": "flake-systems",
|
||||
"rev": "7876462a5f60841e8b2712ad20dc18470f448e8d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"owner": "msfjarvis",
|
||||
"repo": "flake-systems",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue