index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
flake.cc
Age
Commit message (
Expand
)
Author
2021-11-09
Recognize singular "nixosModule" in nix flake show
Matthew Bauer
2021-11-04
Add helper function to check whether a function arg is 'X' or '_X'
Eelco Dolstra
2021-11-03
In checkOverlay, accept underscored names for final/prev args.
Christopher League
2021-10-26
Make experimental-features a proper type
regnat
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-22
Disable IFD selectively
Eelco Dolstra
2021-09-14
nix flake show --json: Add type info
Eelco Dolstra
2021-09-14
Merge branch 'tomberek/show_json' of https://github.com/tomberek/nix
Eelco Dolstra
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2021-08-17
Enable JSON option to show flakes
Tom Bereknyei
2021-07-22
copyPaths: Pass store by reference
Eelco Dolstra
2021-07-13
Make `nix flake check` aware of `devShells`
regnat
2021-07-13
Make `nix flake show` display the `devShells`
regnat
2021-07-01
fixup! flake.nixConfig: fix flake-registry config settings
Alexander Bantyev
2021-06-02
throw_ -> reportError
regnat
2021-06-02
Let `nix flake check` keep going when keep-going is set
regnat
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-19
Restore 'nix flake info' as a deprecated alias
Eelco Dolstra
2021-03-16
Merge 'nix flake {info,list-inputs}' into 'nix flake metadata'
Eelco Dolstra
2021-03-16
--override-input: Imply --no-write-lock-file
Eelco Dolstra
2021-02-26
nix flake update: Recreate the lock file
Eelco Dolstra
2021-02-17
Throw an error if --arg / --argstr is used with a flake
Eelco Dolstra
2021-02-17
nix flake show: Handle 'overlays' output
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2021-01-11
nix store prefetch-tarball -> nix flake prefetch
Eelco Dolstra
2020-12-23
Add 'nix flake' manpages
Eelco Dolstra
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Add ValueType checking functions for types that have the same NormalType
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-10-28
Capitalize JSON for consistency
Matthew Kenigsberg
2020-10-26
Move Explicit
Eelco Dolstra
2020-10-09
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-25
stdout_ -> cout
John Ericson
2020-09-04
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-08-17
Add 'nix dump-args' to dump all commands/flags for manpage generation
Eelco Dolstra
2020-08-07
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-08-07
Make --no-eval-cache a global setting
Eelco Dolstra
2020-07-30
Pass system to bundler
Matthew Bauer
2020-07-30
exporter -> bundler
Matthew Bauer
2020-07-30
Merge remote-tracking branch 'origin/master' into fix-and-ci-static-builds
Matthew Bauer
2020-07-30
Handle exporters checking correctly
Matthew Bauer
2020-07-30
Add "export" to Nix
Matthew Bauer
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-29
nix run: Use packages/legacyPackages as fallback if there is no app definition
Eelco Dolstra
2020-06-23
nix flake init: Use git add --force
Eelco Dolstra
2020-06-22
nix flake check: Don't build apps
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-11
Represent 'follows' inputs explicitly in the lock file
Eelco Dolstra
[next]