mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 10:29:05 +02:00
Added attic as flake input
This commit is contained in:
parent
4847944742
commit
b78849f45f
2 changed files with 111 additions and 2 deletions
|
@ -62,6 +62,13 @@
|
|||
url = "github:hyprwm/hyprpaper";
|
||||
};
|
||||
|
||||
attic = {
|
||||
url = "github:zhaofengli/attic";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, deploy-rs, ... }@inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue