From d3f6754c7a7edd27cfd79f9ad1d87b93856bbb8e Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 30 Mar 2023 08:40:15 +0200 Subject: [PATCH] n8n to unstable --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 11cf54a..70bcd98 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,10 @@ allowUnfree = { nixpkgs.config.allowUnfree = true; }; system = "x86_64-linux"; overlay-unstable = final: prev: { - unstable = nixpkgs-unstable.legacyPackages.${prev.system}; + unstable = import nixpkgs-unstable { + inherit system; + config.allowUnfree = true; + }; }; in { nixosConfigurations = {