From 2f58a31d18dca8db119afa9b8e4b02dff90af3dc Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 23 Jun 2021 22:53:47 +0700 Subject: [PATCH] switch back to unstable rebuilds are pain --- flake.lock | 7 ++++--- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 887c732..5f307ab 100644 --- a/flake.lock +++ b/flake.lock @@ -23,15 +23,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1624148921, - "narHash": "sha256-FAhKTXZV67C36hK5lPvZfsFt+QY1QSHYQXwGXqpOChs=", + "lastModified": 1624271441, + "narHash": "sha256-26QNDCdRE5mPOWYJrPGpVzgrJ3ZxqvWOONfeMsjryz4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f2122ea5815648effdd97157c7bf4e9a1a6dbb34", + "rev": "7e567a3d092b7de69cdf5deaeb8d9526de230916", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index a2ad8b4..6cd5567 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs = { url = "github:NixOS/nixpkgs"; }; + nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; }; home-manager = { url = "github:LavaDesu/home-manager/xsession-profilePath"; }; secrets = { url = "github:LavaDesu/flakes-secrets"; }; @@ -9,7 +9,7 @@ outputs = inputs: with inputs; let - revCount = "296773"; + revCount = "297098"; base = { config, ... }: { system = { configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;