mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
12 lines
309 B
Nix
Executable File
12 lines
309 B
Nix
Executable File
[
|
|
(self: super:
|
|
with super; {
|
|
veikk-linux-driver =
|
|
(callPackage ./veikk-driver.nix { kernel = pkgs.linux_5_10; });
|
|
nur.foo-dogsquared = import (fetchTarball
|
|
"https://github.com/foo-dogsquared/nur-packages/archive/master.tar.gz") {
|
|
inherit pkgs;
|
|
};
|
|
})
|
|
]
|