Sync from github/edolstra: add outputs
and be careful about flake inputs node name #80
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#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bryango/flake-compat:main"
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?
This makes the following two PRs available here:
flake-compat
node name look-upoutputs
attribute; see also: #78The diff is pretty small, but the commit history is huge because I chose to use
git merge edolstra/master
, therefore upstream commit hashes are all preserved. This makes it easier to track upstream changes. For example, one can then easily do:git log edolstra/master..
for all changes made here in the lix fork, andgit log ..edolstra/master
for unmerged changes from upstream.seems reasonable to me