pkgs: build attic without relying on flakes

This commit is contained in:
Nikodem Rabuliński 2025-05-01 13:30:50 +02:00
parent e0675973ed
commit 32681a413a
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
4 changed files with 41 additions and 9 deletions

View file

@ -60,6 +60,10 @@
inputs.lix.follows = "lix";
inputs.lix-module.follows = "lix-module";
};
crane = {
url = "github:ipetkov/crane";
flake = false;
};
helix = {
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";