Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-28 | fixup! tests: nix-profile: test install error message upon conflicting files | Bob van der Linden | |
2023-02-28 | tests: nix-profile: test install error message upon conflicting files | Bob van der Linden | |
2023-02-10 | A setting to follow XDG Base Directory standard | Alexander Bantyev | |
XDG Base Directory is a standard for locations for storing various files. Nix has a few files which seem to fit in the standard, but currently use a custom location directly in the user's ~, polluting it: - ~/.nix-profile - ~/.nix-defexpr - ~/.nix-channels This commit adds a config option (use-xdg-base-directories) to follow the XDG spec and instead use the following locations: - $XDG_STATE_HOME/nix/profile - $XDG_STATE_HOME/nix/defexpr - $XDG_STATE_HOME/nix/channels If $XDG_STATE_HOME is not set, it is assumed to be ~/.local/state. Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> Co-authored-by: Tim Fenney <kodekata@gmail.com> Co-authored-by: pasqui23 <pasqui23@users.noreply.github.com> Co-authored-by: Artturin <Artturin@artturin.com> Co-authored-by: John Ericson <Ericson2314@Yahoo.com> | |||
2022-05-13 | Integrate review changes | Eli Kogan-Wang | |
2022-05-11 | Add priority for nix profile install | Eli Kogan-Wang | |
2022-05-03 | nix profile: Support overriding outputs | Eelco Dolstra | |
2022-04-26 | Add a test for outputsToInstall | Eelco Dolstra | |
2022-04-21 | tests: remove 'ca-references' feature | Sergei Trofimovich | |
The feature was ctabilized in d589a6aa8a5d0c9f391400d7e0e209106e89c857. | |||
2022-03-02 | nix profile test: Restart daemon | Eelco Dolstra | |
Fixes nix-daemon: src/libstore/sqlite.cc:97: nix::SQLiteStmt::Use::Use(nix::SQLiteStmt&): Assertion `stmt.stmt' failed. which happens because the daemon doesn't properly handle the case where ca-derivations isn't enabled at daemon startup. | |||
2022-03-02 | tests/common.sh.in: Add enableFeatures helper | Eelco Dolstra | |
2022-03-02 | nix profile: Add a test for non-flake packages | Eelco Dolstra | |
2022-03-02 | nix profile: Support CA derivations | Eelco Dolstra | |
2022-03-02 | Add basic tests for 'nix profile' | Eelco Dolstra | |
Fixes #6193. | |||
2022-03-02 | tests: Rename nix-profile.sh -> bash-profile.sh | Eelco Dolstra | |
2019-10-09 | nix-env: Create ~/.nix-profile automatically | Eelco Dolstra | |
2019-10-09 | nix-profile.sh: Don't create .nix-channels | Eelco Dolstra | |
This is already done by the installer, so no need to do it again. | |||
2019-10-09 | Remove world-writability from per-user directories | Eelco Dolstra | |
'nix-daemon' now creates subdirectories for users when they first connect. Fixes #509 (CVE-2019-17365). Should also fix #3127. | |||
2016-05-31 | Fix nix-profile test in a chroot | Eelco Dolstra | |
http://hydra.nixos.org/build/36462078 | |||
2016-05-30 | Test the NAR info cache | Eelco Dolstra | |
2016-04-13 | nix-profile test: Set USER | Shea Levy | |
2014-02-01 | Fix the nix-profile test | Eelco Dolstra | |
2013-01-02 | Urgggh | Eelco Dolstra | |
http://hydra.nixos.org/build/3661100 | |||
2012-09-14 | Fix test | Eelco Dolstra | |
http://hydra.nixos.org/build/3031382 | |||
2012-09-13 | Add a test for nix-profile.sh | Eelco Dolstra | |