From 3a90fc59b61c58041205d267302bf06efd4cdc4c Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 21 Mar 2022 12:07:17 +0100 Subject: [PATCH] Switch back to unstable --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8deb34eb..ac0e5f94 100644 --- a/flake.lock +++ b/flake.lock @@ -130,16 +130,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1647808254, - "narHash": "sha256-yajQF+iTkFdvorc/OsEgC1+HLPT/uwLYE4ds8HAURkA=", + "lastModified": 1647800324, + "narHash": "sha256-rjwoxrk16zfrcO5Torh6CbAd5GHsHrXw+EwxOvh9AUI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e2f381b2f1879ad6d68be5a9e9e6e3288529bfaf", + "rev": "9bc841fec1c0e8b9772afa29f934d2c7ce57da8e", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index a07ccb2d..8ec4b1e5 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; inputs.nixpkgs.follows = "nixpkgs"; }; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nur.url = "github:nix-community/NUR"; tetris = { url = "github:chvp/tetris";