new service! amdl
This commit is contained in:
parent
5c7720f462
commit
c6496eda50
11 changed files with 131 additions and 14 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
hardware.url = "github:nixos/nixos-hardware";
|
||||
|
||||
amdl.url = "git+https://git.reidlab.pink/reidlab/amdl.git";
|
||||
|
||||
vscode-server.url = "github:nix-community/nixos-vscode-server";
|
||||
};
|
||||
|
||||
|
@ -21,7 +23,7 @@
|
|||
import pkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.allowAliases = false;
|
||||
config.allowAliases = true;
|
||||
overlays = extraOverlays ++ (lib.attrValues self.overlays);
|
||||
};
|
||||
pkgs = mkPkgs nixpkgs [ self.overlays.default ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue