aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-07-19Add a `:load-flake` command to the nix replregnat
2021-07-19Merge pull request #5020 from NixOS/make-the-repl-reuse-the-whole-nix-configEelco Dolstra
2021-07-16Add use-registries config option (and deprecate --no-registries flag)Alexander Bantyev
2021-07-16Be more lenient when realisations have a conflicting dependency setregnat
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-15nlohmann_json: Update to 3.9.1, fix use of internal copyEelco Dolstra
2021-07-15Merge pull request #5011 from Pamplemousse/fix_adjustLocEelco Dolstra
2021-07-14libexpr: Fix read out-of-bound on the heapPamplemousse
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-13Merge pull request #5006 from illustris/nscdEelco Dolstra
2021-07-13fixed output derivations: fix incorrect responses for getpwuidillustris
2021-07-12Merge pull request #5000 from nielsegberts/masterEelco Dolstra
2021-07-12StyleEelco Dolstra
2021-07-12Merge branch 'structured-attrs-shell' of https://github.com/Ma27/nixEelco Dolstra
2021-07-12Merge branch 'master' into structured-attrs-shellMaximilian Bosch
2021-07-12Error -> UsageErrorEelco Dolstra
2021-07-12Merge branch 'days' of https://github.com/nielsegberts/nixEelco Dolstra
2021-07-11Throw on unexpected input for --delete-older-thanNiels Egberts
2021-07-09toString also coerces a set with an outPath attribute to a stringNiels Egberts
2021-07-09FormattingEelco Dolstra
2021-07-09ref: Add equality operatorsEelco Dolstra
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-09Merge pull request #4995 from NixOS/fetchgit-name-attributeEelco Dolstra
2021-07-08Restore the possibility to use a `name` parameter in fetchGitregnat
2021-07-08Merge pull request #4988 from NixOS/fetchgit-name-attributeEelco Dolstra
2021-07-08Forbid the `name` attribute for fetchTreeregnat
2021-07-08Merge pull request #4935 from alyssais/host_osEelco Dolstra
2021-07-08Merge pull request #4969 from serokell/balsoft/fix-nixConfig-flake-registryEelco Dolstra
2021-07-07Merge branch 'master' of github.com:NixOS/nixEelco Dolstra
2021-07-07Style tweaksEelco Dolstra
2021-07-07Merge branch 'balsoft/registry' of https://github.com/serokell/nixEelco Dolstra
2021-07-06allow fetchFromGitHub to take a `name` argumentregnat
2021-07-06allow fetchMercurial to take a `name` argumentregnat
2021-07-06allow fetchTarball to take a `name` argumentregnat
2021-07-06Allow `fetchGit` to take a `name` argumentregnat
2021-07-05Merge pull request #4980 from Ma27/file-attr-completionEelco Dolstra
2021-07-05completeInstallable: also match for already typed prefixesMaximilian Bosch
2021-07-05Merge pull request #4978 from NixOS/scp-urisEelco Dolstra
2021-07-05Merge pull request #4938 from tomcur/store-uri-parsingEelco Dolstra
2021-07-05Merge branch 'disable_gc' of https://github.com/Pamplemousse/nixEelco Dolstra
2021-07-05Fix devShell handling of env values including @ and %Michael Fellinger
2021-07-03libcmd/installables: implement completion for Nix expressions passed via `-f`Maximilian Bosch
2021-07-03Merge pull request #4967 from Pamplemousse/specific_errorsDomen Kožar
2021-07-02Allow scp-style uris in `fetchgit`regnat
2021-07-02Add $NO_COLOR check to ANSI escape conditionsYestin L. Harrison