From 4d561b524c7da6d6a3537f6af321c6aad2a833ca Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 25 Mar 2021 00:51:39 +0100 Subject: [PATCH] flake: switch to nixos-20.09 channel --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 2b181a9..df002c1 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1616596391, - "narHash": "sha256-hD01ZPEGo3gueYoWlo2yRmaYI4dS/RAOYcr9igM/cbE=", + "lastModified": 1616396939, + "narHash": "sha256-equJ4b8vLMvV1eDX82SzUur5CKclQtL9nBsNUFbDMxo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a7fb8c105484622144ec4d41a6ad297afd6efa63", + "rev": "f8929dce13e729357f31d5b2950cbb097744bed7", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-20.09-small", + "ref": "nixos-20.09", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5d1a90f..4b9a432 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Nixos configuration with flakes"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09-small"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; };