nix: add package for only types (without site)
This commit is contained in:
parent
52514ee9fb
commit
bc2c0d5d2c
3 changed files with 35 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
url = "git+https://git.outfoxxed.me/quickshell/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
@ -19,6 +19,10 @@
|
|||
srcpath = "${quickshell}/src";
|
||||
};
|
||||
|
||||
quickshell-types = pkgs.callPackage ./types.nix {
|
||||
srcpath = "${quickshell}/src";
|
||||
};
|
||||
|
||||
default = quickshell-docs;
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue