nix: wallpaper unfollow nixpkgs

This commit is contained in:
Primrose 2024-11-17 21:43:34 +01:00
parent 56943c41b2
commit 1440c13774
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 19 additions and 5 deletions

View file

@ -82,7 +82,7 @@
# packages
wallpapers = {
url = "git+https://codeberg.org/leana8959/wallpapers";
inputs."nixpkgs".follows = "nixpkgs-stable";
# don't follow nixpkgs, require typst 0.12.0
inputs."flake-parts".follows = "flake-parts";
inputs."pre-commit-hooks".follows = "pre-commit-hooks";
};