You've already forked nixos-overlay
mirror of
https://github.com/t2linux/nixos-overlay.git
synced 2026-04-30 13:32:04 -07:00
Add default.nix and overlay.nix for easy importing
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
self: super:
|
||||
|
||||
let
|
||||
callPackage = super.callPackage;
|
||||
in {
|
||||
linux-mbp = callPackage ./packages/kernel/linux-mbp {};
|
||||
}
|
||||
Reference in New Issue
Block a user