added nixpkgs-master

This commit is contained in:
2024-11-02 21:26:42 -04:00
parent 2d0c2baee4
commit 9869f88a3e
5 changed files with 36 additions and 6 deletions

View File

@@ -29,7 +29,12 @@
extraSpecialArgs = {inherit inputs outputs;};
};
nixpkgs.config.allowUnfree = true;
nixpkgs = {
overlays = builtins.attrValues outputs.overlays;
config = {
allowUnfree = true;
};
};
programs = {
zsh.enable = true;