From 07a62f362bfb575aa410566c09e13e468f60ff73 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Mon, 7 Feb 2022 00:59:29 +0000 Subject: [PATCH] Use nixos-unstable This is required to make nixos-rebuild work with flakes. --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 207452d..975daaa 100644 --- a/flake.lock +++ b/flake.lock @@ -63,16 +63,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1640887906, - "narHash": "sha256-Eupk1UlNicCD2UNZuEKt6yhE6kFWAxXM/HyziOjG9CA=", + "lastModified": 1643852787, + "narHash": "sha256-RHrvroV61jcfTXfW0Rwc0qu/8lHmfYxSy49adyXkB0I=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8a053bc2255659c5ca52706b9e12e76a8f50dbdd", + "rev": "76e3df7c0687d5b9ff31431fd4ee4d4cd07a4b2f", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-21.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 775472d..ef29de3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Nixinate your systems 🕶️"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; examples.url = "path:./examples"; }; outputs = { self, nixpkgs, examples, ... }: