Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Isabel <isabel@isabelroses.com>
  • Loading branch information
sgoudham and isabelroses authored Jun 9, 2024
1 parent 3e8ff27 commit 5eaaf9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
whiskers = throw "This package has been moved to `github:catppuccin/whiskers`";
catwalk = throw "This package has been moved to `github:catppuccin/catwalk`";
});

overlays.default = _: _: {
catppuccin-catwalk = throw "This package has been moved to `github:catppuccin/catwalk`";
catppuccin-whiskers = throw "This package has been moved to `github:catppuccin/whiskers`";
};
};
}

0 comments on commit 5eaaf9a

Please sign in to comment.