mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: set input follows
This commit is contained in:
parent
6236d23322
commit
b6fe3afb9a
2 changed files with 48 additions and 444 deletions
10
flake.nix
10
flake.nix
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue