Skip to content

Commit

Permalink
Merge pull request #2 from isabelroses/main
Browse files Browse the repository at this point in the history
build(nix): include python & deps
  • Loading branch information
Covkie authored Oct 19, 2024
2 parents 22e842e + d4c1e02 commit 87e3cfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
hyprcursor,
zip,
catppuccin-whiskers,
python3,
python3Packages,
}:
stdenvNoCC.mkDerivation {
name = "catppuccin-cursors";
Expand All @@ -16,6 +18,7 @@ stdenvNoCC.mkDerivation {
fileset = lib.fileset.intersection (lib.fileset.fromSource (lib.sources.cleanSource ./.)) (
lib.fileset.unions [
./src
./scripts
./justfile
./build
./create_zips
Expand All @@ -33,6 +36,8 @@ stdenvNoCC.mkDerivation {
hyprcursor
zip
catppuccin-whiskers
python3
python3Packages.pyside6
];

buildPhase = ''
Expand Down

0 comments on commit 87e3cfe

Please sign in to comment.