Update readme #67
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/flake-compat#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cobaltcause/flake-compat:readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove a stale warning, fix a documentation bug, document another thing.
flake = false
is optional 41d3c41f84fetchTarball
withbuiltins.
too f34ad4ebd4@ -22,2 +7,3 @@
```nix
inputs.flake-compat.url = "https://git.lix.systems/api/v1/repos/lix-project/flake-compat/archive/main.tar.gz";
inputs.flake-compat = {
url = "git+https://git.lix.systems/lix-project/flake-compat";
this should be using an archive URL, i think.
https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz
I introduced this in the commit:
which is my reasoning for making that change. It's possible I'm wrong about this, though; what do you think?
If the concern is about the value passed to
builtins.fetchTarball
, that still uses an archive link. The lock object for thegit+https
input looks like this:and the
builtins.fetchTarball
URL is constructed from"${flake-compat.locked.url}/archive/${flake-compat.locked.rev}.tar.gz"
which works in my testing.oh, okay. that makes sense and works. sounds good to me.
5d04079f52
toe44e6cf654
haunted?? i merged this and it didnt get marked merged
Pull request closed