Simplify Nix expressions #329
No reviewers
Labels
No Label
blocked: dependency
blocked: info-needed
bug
duplicate
enhancement
fixed in HEAD
help wanted
hs:arrows
hs:brackets
hs:classes
hs:comments
hs:do-notation
hs:guards
hs:lists
hs:operators
hs:patterns
hs:records
hs:types
invalid
language extension support
layouting
needs confirmation
priority: high
priority: low
question
revisit before next release
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hexagoxel/brittany#329
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "joe-nix"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This uses
developPackage
fromnixpkgs
to generate the derivationAlso add CI for nix build
reopened from https://github.com/lspitzner/brittany/pull/326#event-4092913743
I am not a Nix wizard but this does indeed look like an improvement. Thanks!
Should this have
name = "brittany"
, or does it not matter?It doesn't really matter, in this case it'll use the enclosing directory name. However it should be "brittany" to make sure the same derivation is generated regardless of the directory name. Fixed.
Thanks!
On Fri, Dec 11, 2020, 9:08 PM Taylor Fausak notifications@github.com
wrote: