[Packages] Add amdctl

This commit is contained in:
Antoine Viallon 2023-02-27 19:49:19 +01:00
parent d664d01f85
commit c980025f2d
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 26 additions and 0 deletions

View file

@ -101,6 +101,7 @@ in
});
in withTensorflow;
amdctl = super.callPackage ./packages/amdctl.nix {};
myFirefox = (import ./packages/firefox.nix { pkgs = self; inherit lib; });
})