Clean up flakes

This commit is contained in:
Fabian Hauser 2022-04-23 17:50:16 +02:00
parent c67f45b57d
commit 1155e7d79b
2 changed files with 19 additions and 37 deletions

40
flake.lock generated
View file

@ -56,38 +56,6 @@
"type": "github"
}
},
"nixpkgs-nixos-2111": {
"locked": {
"lastModified": 1650647313,
"narHash": "sha256-6ghnNPXDlG6/tXeIFdbP0cGnik6TGNwc615hhG9dpl4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a318a09a96a38382fe61a7f85d03ea6e25c46c56",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-21.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-nixos-unstable": {
"locked": {
"lastModified": 1650161686,
"narHash": "sha256-70ZWAlOQ9nAZ08OU6WY7n4Ij2kOO199dLfNlvO/+pf8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1650647313,
@ -122,8 +90,12 @@
},
"qois-infrastructure": {
"inputs": {
"nixpkgs-nixos-2111": "nixpkgs-nixos-2111",
"nixpkgs-nixos-unstable": "nixpkgs-nixos-unstable"
"nixpkgs-nixos-2111": [
"nixpkgs-stable"
],
"nixpkgs-nixos-unstable": [
"nixpkgs-unstable"
]
},
"locked": {
"lastModified": 1650722675,