From 8d9c80d5b7c23e45ffd0365b22b5b244a8b1e778 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 9 Apr 2022 19:24:00 -0400 Subject: [PATCH] Use nixos unstable for NAS --- flake.lock | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/flake.lock b/flake.lock index 37acd11..62dabaa 100644 --- a/flake.lock +++ b/flake.lock @@ -164,6 +164,22 @@ "type": "indirect" } }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1649408932, + "narHash": "sha256-JhTW1OtS5fACcRXLqcTTQyYO5vLkO+bceCqeRms13SY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "42948b300670223ca8286aaf916bc381f66a5313", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "radio": { "inputs": { "flake-utils": [ @@ -211,6 +227,7 @@ "dailybuild_modules": "dailybuild_modules", "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", + "nixpkgs-unstable": "nixpkgs-unstable", "radio": "radio", "radio-web": "radio-web", "simple-nixos-mailserver": "simple-nixos-mailserver"