Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | nix profile info -> nix profile list | Eelco Dolstra | |
2021-01-11 | Add 'nix store delete' command | Eelco Dolstra | |
2021-01-11 | Tweak | Eelco Dolstra | |
2021-01-11 | nix store prefetch-tarball -> nix flake prefetch | Eelco Dolstra | |
2021-01-11 | Merge pull request #4435 from DanilaFe/flake-input-types | Eelco Dolstra | |
Allow Flake inputs to accept boolean and integer attributes | |||
2021-01-10 | Add 'nix store gc' command | Eelco Dolstra | |
2021-01-08 | Upcase "Boolean" in Flake attribute type error | Danila | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2021-01-08 | Fix tests | Eelco Dolstra | |
2021-01-08 | Support binary unit prefixes in command line arguments | Eelco Dolstra | |
2021-01-08 | string2Int(): Return std::optional | Eelco Dolstra | |
2021-01-08 | Remove unused mkFlag1 | Eelco Dolstra | |
2021-01-08 | Remove mkFlag integer specialisation | Eelco Dolstra | |
2021-01-08 | Remove mkIntFlag | Eelco Dolstra | |
2021-01-08 | Use switch statement instead of sequence of ifs | Danila Fedorin | |
2021-01-08 | Allow Flake inputs to accept boolean and integer attributes | Danila Fedorin | |
I believe that this makes it possible to do things like Git inputs with submodules, but it also likely applies to other input types from libfetchers. | |||
2021-01-07 | Merge pull request #4434 from NixOS/nix-prefetch | Eelco Dolstra | |
Add 'nix store prefetch-{file,tarball}' | |||
2021-01-07 | Add 'nix store prefetch-{file,tarball}' | Eelco Dolstra | |
These replace nix-prefetch-url and nix-prefetch-url --unpack, respectively. | |||
2021-01-06 | Make sodium a required dependency | Eelco Dolstra | |
2021-01-06 | Add commands for generating secret/public keys | Eelco Dolstra | |
2021-01-06 | crypto.cc: API cleanup and add generate() / to_string() methods | Eelco Dolstra | |
2021-01-06 | Move sodium_init() call | Eelco Dolstra | |
2021-01-06 | Merge pull request #4310 from matthewbauer/rosetta2-extra-platforms | Eelco Dolstra | |
Add x86_64-darwin and aarch64 to "extra-platforms" automatically when Rosetta2 is detected | |||
2021-01-05 | Fix deadlock in LocalStore::addSignatures() | Eelco Dolstra | |
Fixes #4367. | |||
2021-01-05 | Merge pull request #4424 from DanilaFe/fix-attr-from-json | Eelco Dolstra | |
Fix conversion from JSON to fetch attributes | |||
2021-01-05 | Fix conversion from JSON to fetch attributes | Danila Fedorin | |
It appears as through the fetch attribute, which is simply a variant with 3 elements, implicitly converts boolean arguments to integers. One must use Explicit<bool> to correctly populate it with a boolean. This was missing from the implementation, and resulted in clearly boolean JSON fields being treated as numbers. | |||
2021-01-01 | Merge pull request #4412 from acx0/fix-intro-doc | Eelco Dolstra | |
Fix `configure` error in introduction doc | |||
2020-12-31 | Fix `configure` error in introduction doc | Sam Lidder | |
2020-12-30 | Merge pull request #4411 from corngood/env-assert-fix | Eelco Dolstra | |
Fix insufficent attribute capacity in user profile | |||
2020-12-30 | Fix insufficent attribute capacity in user profile | David McFarland | |
2020-12-30 | Merge pull request #4397 from matthewbauer/support-libcxx10 | Eelco Dolstra | |
Cast variants fully for libc++10 | |||
2020-12-28 | Fixup | Matthew Bauer | |
2020-12-28 | Merge pull request #4407 from cole-h/fix-hacking-link | Eelco Dolstra | |
README: fix link to hacking guide | |||
2020-12-28 | README: fix link to hacking guide | Cole Helbling | |
2020-12-28 | scanForReferences: Remove misleading comment | Eelco Dolstra | |
References have always been determined only by the hash part, not the name or the store prefix. Fixes #4396. | |||
2020-12-28 | Merge pull request #4399 from sevan/patch-1 | Eelco Dolstra | |
Update URL where bzip2 can be obtained in docs | |||
2020-12-28 | Merge pull request #4400 from sevan/patch-2 | Eelco Dolstra | |
Update URL where bzip2 can be obtained in configure script | |||
2020-12-25 | Update URL where bzip2 can be obtained | Sevan Janiyan | |
2020-12-25 | Update URL where bzip2 can be obtained | Sevan Janiyan | |
2020-12-24 | Merge branch 'master' into support-libcxx10 | Matthew Bauer | |
2020-12-23 | Cast variants fully for libc++10 | Matthew Bauer | |
libc++10 seems to be stricter on what it allows in variant conversion. I'm not sure what the rules are here, but this is the minimal change needed to get through the compilation errors. | |||
2020-12-23 | Merge pull request #4336 from NixOS/manpages | Eelco Dolstra | |
Documentation for nix subcommands | |||
2020-12-23 | Add 'nix' manpage | Eelco Dolstra | |
2020-12-23 | Add TODO | Eelco Dolstra | |
2020-12-23 | Command: Remove examples() | Eelco Dolstra | |
2020-12-23 | Add 'nix flake' manpages | Eelco Dolstra | |
2020-12-23 | Merge pull request #4366 from NixOS/readInvalidDerivation-on-remote-caches | Eelco Dolstra | |
Use the fs accessor for readInvalidDerivation | |||
2020-12-22 | Merge branch 'git-rev-error' of https://github.com/Ma27/nix into master | Eelco Dolstra | |
2020-12-22 | Fix tests | Eelco Dolstra | |
2020-12-22 | Move <nix/fetchurl.nix> into the nix binary | Eelco Dolstra | |
This makes the statically linked nix binary just work, without needing any additional files. | |||
2020-12-22 | chrootHelper: Handle symlinks in the root directory | Eelco Dolstra | |
This is necessary on Ubuntu where /bin and /lib* are symlinks. |