nix: set input follows

This commit is contained in:
Primrose 2024-11-17 20:11:31 +01:00
parent 6236d23322
commit b6fe3afb9a
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 48 additions and 444 deletions

View file

@ -80,16 +80,24 @@
};
# packages
wallpapers.url = "git+https://codeberg.org/leana8959/wallpapers";
wallpapers = {
url = "git+https://codeberg.org/leana8959/wallpapers";
inputs."nixpkgs".follows = "nixpkgs-stable";
inputs."flake-parts".follows = "flake-parts";
inputs."pre-commit-hooks".follows = "pre-commit-hooks";
};
wired-notify = {
url = "github:Toqozz/wired-notify/0.10.6";
inputs."nixpkgs".follows = "nixpkgs-stable";
inputs."flake-parts".follows = "flake-parts";
};
hoot = {
url = "git+https://codeberg.org/leana8959/hoot";
inputs."nixpkgs".follows = "nixpkgs-stable";
inputs."flake-parts".follows = "flake-parts";
inputs."pre-commit-hooks".follows = "pre-commit-hooks";
};
};