This commit is contained in:
Miguel Palhas
2024-10-06 18:27:35 +01:00
parent 1caba0f480
commit 31bbf3d306
3 changed files with 81 additions and 24 deletions
+4 -1
View File
@@ -39,6 +39,7 @@
};
utils.url = "github:numtide/flake-utils";
hardware.url = "github:NixOS/nixos-hardware/master";
firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
};
outputs =
@@ -58,7 +59,9 @@
import nixpkgs {
inherit system;
config.allowUnfree = true;
overlays = [ inputs.foundry.overlay ];
overlays = [
inputs.foundry.overlay
];
}
);