aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2021-07-20Merge remote-tracking branch 'origin/repl-flake-support'Eelco Dolstra
2021-07-19nix repl: Update :edit help textRobert Hensing
2021-07-19Rename findDerivationFilename -> findPackageFilenameRobert Hensing
2021-07-19Add a `:load-flake` command to the nix replregnat
2021-07-16Forward the whole Nix config to the repl subprocessesregnat
2021-07-15Forward the whole Nix config to the post-build-hookregnat
2021-07-13Make `nix flake check` aware of `devShells`regnat
2021-07-13Make `nix flake show` display the `devShells`regnat
2021-07-13nix develop: Search in `devShells.${system}` by defaultregnat
2021-07-12Merge branch 'master' into structured-attrs-shellMaximilian Bosch
2021-07-09nix print-dev-env: Add --json flagEelco Dolstra
2021-07-09nix develop: Filter some bash magic variablesEelco Dolstra
2021-07-09nix develop: Don't parse bash environment with regexesEelco Dolstra
2021-07-08Merge pull request #4969 from serokell/balsoft/fix-nixConfig-flake-registryEelco Dolstra
2021-07-07Style tweaksEelco Dolstra
2021-07-07Merge branch 'balsoft/registry' of https://github.com/serokell/nixEelco Dolstra
2021-07-05Fix devShell handling of env values including @ and %Michael Fellinger
2021-07-01fixup! flake.nixConfig: fix flake-registry config settingsAlexander Bantyev
2021-06-30nix registry pin: add a way to pin to a custom lockedAlexander Bantyev
2021-06-30nix registry: add --registry flagAlexander Bantyev
2021-06-30Merge pull request #4958 from NixOS/nix-develop-remove-override-input-warningEelco Dolstra
2021-06-29Forward the experimental features to the nix repl subprocessesregnat
2021-06-29develop: Discard the input{Overrides,Updates} when getting bashregnat
2021-06-28man: fix formatting of nix3-profile-removeFlorian Franzen
2021-06-23Merge pull request #4908 from NixOS/ca/fix-nix-developEelco Dolstra
2021-06-22Add testcase for `nix develop` with `__structuredAttrs`Maximilian Bosch
2021-06-22Fix usage of structured attrs for `nix develop`Maximilian Bosch
2021-06-21Properly set the output env variablesThéophane Hufschmitt
2021-06-21Only symlink the requested outputs in `nix build`regnat
2021-06-18UDSRemoteStore: Support the 'root' store parameterEelco Dolstra
2021-06-15nix develop: Filter out NIX_REMOTEEelco Dolstra
2021-06-11Make `nix develop` work with CA derivationsregnat
2021-06-02doc: Wrap at 80 charactersregnat
2021-06-02Fix a documentation typoThéophane Hufschmitt
2021-06-02throw_ -> reportErrorregnat
2021-06-02Let `nix flake check` keep going when keep-going is setregnat
2021-06-01Fix typo in documentationJeremy Schlatter
2021-05-29Add .tar.zst support for TarballInputSchemeTimothy Klim
2021-05-28Merge pull request #4849 from NixOS/ca/fix-nix-store--exportEelco Dolstra
2021-05-26Remove the remaining occurenceses of a NarHash moduloregnat
2021-05-24fix doc: nix profile info -> nix profile listMichael Adler
2021-05-18Restore an accidentally suppressed negationregnat
2021-05-18Merge pull request #4827 from matthewbauer/run-bashrc-first-in-nix-developEelco Dolstra
2021-05-17Source bashrc first in nix developMatthew Bauer
2021-05-17Split the parsing of an `App` and its resolvingregnat
2021-05-17Resolve the program path in `nix run`regnat
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-12DerivedPathWithHints -> BuiltPathregnat
2021-05-05Use derivation output name from toDerivationMatthew Bauer
2021-04-27nix build: make dry-run to print a json output if --json is enabledFélix Baylac-Jacqué