flake.nix: change input nixpkgs from release-22.05 to nixos-22.05

lagging a bit behind but getting binaries from cache.nixos.org
This commit is contained in:
Astro 2022-06-23 22:25:36 +02:00
parent a13c7f7dcd
commit bf099f5e24
2 changed files with 5 additions and 5 deletions

View File

@ -335,16 +335,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1656014170,
"narHash": "sha256-mnFo6n6ci6k7G9lRhI0X52mLiv3JccshoC9M5IJIj0g=",
"lastModified": 1655910979,
"narHash": "sha256-vknkFY8AEA7aLdtvyQ3P+pPsp70w9XsDR6t4M94q9sI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "158a9eba0e7cc3babfb7d9136a0e5fe7e00b1a3d",
"rev": "21321a6381fd8d3660fe1cdc0485fbb5978112ce",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-22.05",
"ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "C3D2 NixOS configurations";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs-mobilizon.url = "github:minijackson/nixpkgs/init-mobilizon";
nixpkgs-openwebrx.url = "github:astro/nixpkgs/openwebrx";
nixos-hardware.url = "github:nixos/nixos-hardware";