Added attic as flake input

This commit is contained in:
Luj 2023-05-14 12:43:15 +02:00
parent 4847944742
commit b78849f45f
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 111 additions and 2 deletions

View file

@ -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: