diff options
Diffstat (limited to 'users/glittershark/owothia/default.nix')
-rw-r--r-- | users/glittershark/owothia/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/glittershark/owothia/default.nix b/users/glittershark/owothia/default.nix new file mode 100644 index 000000000000..2a1b37800b0d --- /dev/null +++ b/users/glittershark/owothia/default.nix @@ -0,0 +1,6 @@ +{ pkgs ? (import ../../../. {}).third_party +, lib ? pkgs.lib +, ... +}: + +(import ./packageSet.nix {}).callPackage (import ./pkg.nix { inherit pkgs; }) {} |