Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-23 | Add 'nix' manpage | Eelco Dolstra | |
2020-12-23 | Add TODO | Eelco Dolstra | |
2020-12-23 | Add 'nix flake' manpages | Eelco Dolstra | |
2020-12-21 | Add 'nix profile' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix bundle' manpage | Eelco Dolstra | |
Fixes #4375. | |||
2020-12-21 | Add 'nix store diff-closures' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix show-derivation' manpage | Eelco Dolstra | |
2020-12-21 | nix show-derivation: Say "system" instead of "platform" | Eelco Dolstra | |
There is really no good reason to use "platform" except that that's what we use internally (also for no good reason). | |||
2020-12-21 | Add 'nix help' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix store make-content-addressable' manpage | Eelco Dolstra | |
2020-12-21 | Doh | Eelco Dolstra | |
2020-12-21 | Add 'nix path-info' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix store optimise' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix store verify' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix upgrade-nix' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix why-depends' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix store' NAR-related manpages | Eelco Dolstra | |
2020-12-21 | Add 'nix nar' manpages | Eelco Dolstra | |
2020-12-21 | Add 'nix eval' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix store ping' manpage | Eelco Dolstra | |
2020-12-21 | Tweak | Eelco Dolstra | |
2020-12-21 | Add 'nix log' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix repl' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix edit' manpage | Eelco Dolstra | |
2020-12-21 | Typo | Eelco Dolstra | |
2020-12-21 | Add 'nix registry' manpages | Eelco Dolstra | |
This also documents the registry format and matching/unification semantics (though not quite correctly). | |||
2020-12-21 | Add 'nix develop' and `nix print-dev-env' manpages | Eelco Dolstra | |
2020-12-21 | Add 'nix search' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix copy' manpage | Eelco Dolstra | |
2020-12-21 | Add 'nix run' and 'nix shell' manpages | Eelco Dolstra | |
2020-12-21 | Add 'nix build' manpage | Eelco Dolstra | |
2020-12-18 | Replace Value type setters with mk* functions | Silvan Mosberger | |
Move clearValue inside Value mkInt instead of setInt mkBool instead of setBool mkString instead of setString mkPath instead of setPath mkNull instead of setNull mkAttrs instead of setAttrs mkList instead of setList* mkThunk instead of setThunk mkApp instead of setApp mkLambda instead of setLambda mkBlackhole instead of setBlackhole mkPrimOp instead of setPrimOp mkPrimOpApp instead of setPrimOpApp mkExternal instead of setExternal mkFloat instead of setFloat Add note that the static mk* function should be removed eventually | |||
2020-12-17 | Rename Value::normalType() -> Value::type() | Silvan Mosberger | |
2020-12-12 | Add ValueType checking functions for types that have the same NormalType | Silvan Mosberger | |
2020-12-12 | Use Value::normalType on all forced values instead of Value::type | Silvan Mosberger | |
2020-12-12 | Introduce Value type setters and make use of them | Silvan Mosberger | |
2020-12-11 | Merge pull request #4350 from NixOS/ca/fix-build-with-nix-command | Eelco Dolstra | |
Fix the `nix` command with CA derivations | |||
2020-12-11 | Fix the `nix` command with CA derivations | regnat | |
Prevents a crash because most `nix` subcommands assumed that derivations know their output path, which isn't the case for CA derivations | |||
2020-12-10 | nix store make-content-addressable: Show rewritten path | Eelco Dolstra | |
2020-12-10 | Add lvlNotice log level | Eelco Dolstra | |
This is like syslog's LOG_NOTICE: "normal, but significant, condition". | |||
2020-12-04 | Split 'nix store add-to-store' into 'add-path' and 'add-file' | Eelco Dolstra | |
This makes it consistent with 'nix hash <path|file>'. | |||
2020-12-03 | Typo | Eelco Dolstra | |
2020-12-03 | Move most store-related commands to 'nix store' | Eelco Dolstra | |
2020-12-03 | Add 'nix nar dump-path' | Eelco Dolstra | |
This only differs from 'nix store dump-path' in that the path doesn't need to be a store path. | |||
2020-12-03 | Add deprecated aliases for renamed commands | Eelco Dolstra | |
2020-12-03 | Add FIXME | Eelco Dolstra | |
2020-12-03 | Move NAR-related commands to 'nix nar' | Eelco Dolstra | |
2020-12-03 | Introduce 'nix store' command | Eelco Dolstra | |
2020-12-03 | Allow registering subcommands of subcommands | Eelco Dolstra | |
2020-12-03 | Move 'nix hash-*' and 'nix to-*' to 'nix hash' | Eelco Dolstra | |
From the 'nix' UX review. |