pkgs: build attic without relying on flakes
This commit is contained in:
parent
e0675973ed
commit
32681a413a
4 changed files with 41 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue