nix: wallpaper follow nixpkgs-stable input

This commit is contained in:
Primrose 2024-12-07 20:31:33 +01:00
parent f2362a686d
commit cf274bfdad
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 5 additions and 19 deletions

View file

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