From e9be8e5f5eab0971f6fb07d3b77ec59538d91d44 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 9 Jul 2020 00:04:42 -0600 Subject: [PATCH] flake: base unstable on master --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a467eae9..71701d57 100644 --- a/flake.lock +++ b/flake.lock @@ -63,18 +63,18 @@ }, "unstable": { "info": { - "lastModified": 1591465133, - "narHash": "sha256-HdXyiHl8TumxQZhs2/DCSnqbi1GnvqXaZlsJneGf0g0=" + "lastModified": 1594272386, + "narHash": "sha256-oY7Hodg512HBKbehbv6u5mj2d34qyg/SQWSZmKm+sWA=" }, "locked": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "029a5de08390bb03c3f44230b064fd1850c6658a", + "rev": "12e255f39596b401c68711139733612fc9c52d61", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-unstable", + "ref": "master", "type": "indirect" } } diff --git a/flake.nix b/flake.nix index 85b6686f..7c4fde4f 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "A highly structured configuration database."; inputs.nixpkgs.url = "nixpkgs/release-20.03"; - inputs.unstable.url = "nixpkgs/nixos-unstable"; + inputs.unstable.url = "nixpkgs/master"; inputs.home.url = "github:rycee/home-manager/bqv-flakes"; outputs = inputs@{ self, home, nixpkgs, unstable }: