Compare commits
1 commit
5e7e6eb917
...
9a2c0fed2c
Author | SHA1 | Date | |
---|---|---|---|
9a2c0fed2c |
1 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,10 @@ let
|
|||
url = "${url}/archive/${rev}.tar.gz";
|
||||
sha256 = narHash;
|
||||
};
|
||||
flake = import flake-compat { src = ./.; };
|
||||
flake = import flake-compat {
|
||||
src = ./.;
|
||||
copySourceTreeToStore = false;
|
||||
useBuiltinsFetchTree = true;
|
||||
};
|
||||
in
|
||||
flake.inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue