about summary refs log tree commit diff
path: root/darwin/default.nix
blob: 3144894ad40e37432345a887c77ef3df287c23f0 (plain)
1
2
3
4
5
6
7
8
9
{ self, darwin, unstable, ... } @ inputs:

{
  kompakt = self.lib.mkDarwin {
    name = "kompakt";
    system = "aarch64-darwin";
    nixpkgs = unstable;
  };
}