index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
Age
Commit message (
Expand
)
Author
2021-07-09
nix develop: Don't parse bash environment with regexes
Eelco Dolstra
2021-07-08
Merge pull request #4969 from serokell/balsoft/fix-nixConfig-flake-registry
Eelco Dolstra
2021-07-07
Style tweaks
Eelco Dolstra
2021-07-07
Merge branch 'balsoft/registry' of https://github.com/serokell/nix
Eelco Dolstra
2021-07-05
Fix devShell handling of env values including @ and %
Michael Fellinger
2021-07-01
fixup! flake.nixConfig: fix flake-registry config settings
Alexander Bantyev
2021-06-30
nix registry pin: add a way to pin to a custom locked
Alexander Bantyev
2021-06-30
nix registry: add --registry flag
Alexander Bantyev
2021-06-30
Merge pull request #4958 from NixOS/nix-develop-remove-override-input-warning
Eelco Dolstra
2021-06-29
Forward the experimental features to the nix repl subprocesses
regnat
2021-06-29
develop: Discard the input{Overrides,Updates} when getting bash
regnat
2021-06-28
man: fix formatting of nix3-profile-remove
Florian Franzen
2021-06-23
Merge pull request #4908 from NixOS/ca/fix-nix-develop
Eelco Dolstra
2021-06-21
Properly set the output env variables
Théophane Hufschmitt
2021-06-21
Only symlink the requested outputs in `nix build`
regnat
2021-06-18
UDSRemoteStore: Support the 'root' store parameter
Eelco Dolstra
2021-06-15
nix develop: Filter out NIX_REMOTE
Eelco Dolstra
2021-06-11
Make `nix develop` work with CA derivations
regnat
2021-06-02
doc: Wrap at 80 characters
regnat
2021-06-02
Fix a documentation typo
Théophane Hufschmitt
2021-06-02
throw_ -> reportError
regnat
2021-06-02
Let `nix flake check` keep going when keep-going is set
regnat
2021-06-01
Fix typo in documentation
Jeremy Schlatter
2021-05-29
Add .tar.zst support for TarballInputScheme
Timothy Klim
2021-05-28
Merge pull request #4849 from NixOS/ca/fix-nix-store--export
Eelco Dolstra
2021-05-26
Remove the remaining occurenceses of a NarHash modulo
regnat
2021-05-24
fix doc: nix profile info -> nix profile list
Michael Adler
2021-05-18
Restore an accidentally suppressed negation
regnat
2021-05-18
Merge pull request #4827 from matthewbauer/run-bashrc-first-in-nix-develop
Eelco Dolstra
2021-05-17
Source bashrc first in nix develop
Matthew Bauer
2021-05-17
Split the parsing of an `App` and its resolving
regnat
2021-05-17
Resolve the program path in `nix run`
regnat
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-05-05
Use derivation output name from toDerivation
Matthew Bauer
2021-04-27
nix build: make dry-run to print a json output if --json is enabled
Félix Baylac-Jacqué
2021-04-22
Fix typo in flake doc
Antoine Martin
2021-04-07
Restore stack size in child processes
Eelco Dolstra
2021-04-07
restoreSignals() + restoreAffinity() -> restoreProcessContext()
Eelco Dolstra
2021-04-05
Make `DerivedPathWithHints` a newtype
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-26
Fix some typos
Eelco Dolstra
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-03-09
Add a `nix realisation` command for working on realisations
regnat
2021-02-26
nix flake update: Recreate the lock file
Eelco Dolstra
2021-02-25
Use `RealisedPath`s in `copyPaths`
regnat
2021-02-24
Respect command registrations in plugins.
Shea Levy
[next]