From bf099f5e24e0b9daa868049af36884b8e63d982a Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 23 Jun 2022 22:25:36 +0200 Subject: [PATCH] flake.nix: change input nixpkgs from release-22.05 to nixos-22.05 lagging a bit behind but getting binaries from cache.nixos.org --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8e1568f4..2001400c 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 666fb014..e1a18437 100644 --- a/flake.nix +++ b/flake.nix @@ -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";