From 001c9b0136d220aed5c96f3194fd294fa2361629 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 17 Sep 2022 21:26:34 +0200 Subject: [PATCH] all: bump to latest nixos-unstable --- krops.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/krops.nix b/krops.nix index 1a3a034..0102eb0 100644 --- a/krops.nix +++ b/krops.nix @@ -6,9 +6,10 @@ let lib.evalSource [{ config.file = toString ./machines; nixos-config.symlink = "config/${machine}/configuration.nix"; + # Auto-upgrade wen? nixpkgs.git = { clean.exclude = [ "/.version-suffix" ]; - ref = "0d68d7c857fe301d49cdcd56130e0beea4ecd5aa"; # nixos-unstable + ref = "823e2c9b0a0ec8b61b6583f48338072f137b6889"; # nixos-unstable url = "https://github.com/NixOS/nixpkgs"; }; }];