n8n to unstable

This commit is contained in:
m3tam3re 2023-03-30 08:40:15 +02:00
parent b46f1d3740
commit d3f6754c7a
1 changed files with 4 additions and 1 deletions

View File

@ -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 = {