aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2021-09-14Fix macOS buildEelco Dolstra
2021-09-13RunOptions: Use designated initializersEelco Dolstra
2021-09-13nix --help: Display help using lowdown instead of manEelco Dolstra
2021-09-13Fix markdown errorEelco Dolstra
2021-09-13Use Bindings::{get,need} instead of findEelco Dolstra
2021-09-08Ensure nix flake show produces valid jsonTom Bereknyei
2021-09-08Merge branch 'fix-3976' of https://github.com/mkenigs/nixEelco Dolstra
2021-09-02Don't use read-only mode for nix build --dry-runGeorges Dubus
2021-09-02Docs: Fix syntax error in json example in man pageLucas Hoffmann
2021-08-21nix {bundle,run}: drop broken flake attr-path prefixesJan Tojnar
2021-08-21nix develop: Fix `devShells` lookupJan Tojnar
2021-08-19nix develop --phase: chdir to flake directoryMatthew Kenigsberg
2021-08-17Enable JSON option to show flakesTom Bereknyei
2021-07-27nix develop: Support chroot storesEelco Dolstra
2021-07-27Merge pull request #5048 from tweag/flox-eval-storeEelco Dolstra
2021-07-22Fix formatting error in 'nix store' manpageEelco Dolstra
2021-07-22buildPaths(): Add an evalStore argumentEelco Dolstra
2021-07-22copyPaths: Pass store by referenceEelco Dolstra
2021-07-22Use eval-store in more placesEelco Dolstra
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