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
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-08-20
flake: fix compiler warning
Jade Lovelace
2024-08-10
nix: remove explosions if you have a window size less than four
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-08-04
nix flake metadata: print modified dates for input flakes
Jade Lovelace
2024-07-23
nix flake show: add the description if it exists
isabel
2024-06-17
libexpr: add expr memory management
eldritch horrors
2024-06-03
Show message about `--update-input` being replaced by `nix flake update`
Nikodem Rabuliński
2024-06-03
Accept multiple arguments to `nix flake update`
Nikodem Rabuliński
2024-03-25
Merge pull request #8817 from iFreilicht/flake-update-lock-overhaul
Théophane Hufschmitt
2024-03-25
Overhaul completions, redo #6693 (#8131)
John Ericson
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-07
Print how many checks are run
eldritch horrors
2024-03-07
Print derivation paths
eldritch horrors
2024-03-07
Log what `nix flake check` does
eldritch horrors
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-07-31
Move evaluator settings (type and global) to separate file/header
John Ericson
2023-06-27
nix flake check: improve error message if overlay is not a lambda (#8582)
Maximilian Bosch
2023-06-24
Add `dirtyRev` and `dirtyShortRev` to `fetchGit`
Michael Hoang
2023-05-23
`nix flake check`: skip derivations for foreign systems (#7759)
Peter Becich
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-27
Merge pull request #7609 from obsidiansystems/hide-experimental-settings
John Ericson
2023-03-26
Catch eval errors in `hasContent`
oxalica
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-03-02
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2023-02-20
Split out `InstallableFlake` and `InstallableAttrPath`
John Ericson
2023-01-31
nix flake show: Ignore empty attrsets
Robert Hensing
2023-01-27
apply showAllSystems to legacyPackages as well
Max
2023-01-27
Merge remote-tracking branch 'nixos/master' into pr-flake-show-foreign
Théophane Hufschmitt
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-16
flake check: Recognize well known community attributes
Robert Hensing
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-10
Parse string context elements properly
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2023-01-05
Don't check NixOS modules
Naïm Favier
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-09-07
showForeign -> showAllSystems
Max
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-09-01
nix flake show: don't evaluate derivations for foreign systems by default
Max
2022-08-17
nix flake metadata: Don't show "Inputs" if there are no inputs
Eelco Dolstra
2022-07-12
Merge pull request #6693 from ncfavier/complete-flake-inputs
Théophane Hufschmitt
[next]