feat(flakes): adopt nix-systems for flake systems

This commit is contained in:
Harsh Shandilya 2023-06-25 17:58:27 +05:30
parent 9602bbd0b7
commit bf33b30f8c
No known key found for this signature in database
2 changed files with 29 additions and 37 deletions

21
flake.lock generated
View file

@ -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"
}
}