Eelco Dolstra
7121160d5b
Merge pull request #84214 from edolstra/update-nix
...
Update nixUnstable + nixFlakes, remove nix1
2020-04-05 10:20:02 +02:00
Eelco Dolstra
b23f697b00
nix: 2.4pre7250_94c93437 -> 2.4pre7346_5e7ccdc9, 2.4pre20200220_4a4521f -> 2.4pre20200403_3473b19
2020-04-04 21:57:16 +02:00
Eelco Dolstra
5d583db5a2
Remove Nix 1.x
2020-04-04 21:57:15 +02:00
Eelco Dolstra
18539b1041
kscreen: Fix #82141
...
https://bugs.kde.org/show_bug.cgi?id=417316
2020-04-03 18:04:25 +02:00
Eelco Dolstra
469f14ef0f
Don't pin 'nixpkgs' in the system registry by default
...
Nixpkgs takes up a lot of disk space so we shouldn't do this by
default.
2020-04-03 14:41:48 +02:00
Eelco Dolstra
6b46563e44
Merge pull request #84125 from edolstra/system-registry
...
nix-daemon.nix: Add option nix.registry
2020-04-02 21:44:47 +02:00
Eelco Dolstra
74e7ef35fe
nix-daemon.nix: Add option nix.registry
...
This allows you to specify the system-wide flake registry. One use is
to pin 'nixpkgs' to the Nixpkgs version used to build the system:
nix.registry.nixpkgs.flake = nixpkgs;
where 'nixpkgs' is a flake input. This ensures that commands like
$ nix run nixpkgs#hello
pull in a minimum of additional store paths.
You can also use this to redirect flakes, e.g.
nix.registry.nixpkgs.to = {
type = "github";
owner = "my-org";
repo = "my-nixpkgs";
};
2020-04-02 19:38:00 +02:00
Eelco Dolstra
9737f24919
packagekit: Don't depend on nix unless enableNixBackend = true
2020-04-02 19:32:21 +02:00
Eelco Dolstra
24519c87e8
kdeApplications: 19.12.1 -> 19.12.3
2020-03-31 22:31:53 +02:00
Eelco Dolstra
5e8545e723
make-tarball.nix: Restore the 'commit' field in packages.json
...
Also change incorrect 'revision' to 'rev' in the default value for
'nixpkgs' in release.nix.
Fixes https://github.com/NixOS/nixos-homepage/issues/372 .
2020-03-29 20:16:07 +02:00
Eelco Dolstra
4e554ad1bc
make-tarball.nix: Strip source directory from packages.json
...
https://github.com/NixOS/nixos-homepage/issues/372
2020-03-29 20:02:44 +02:00
Eelco Dolstra
e51c7f60cb
nixos/release-small.nix: Export options job
2020-03-24 21:17:53 +01:00
Eelco Dolstra
4052f9b849
Compress optionsJSON using brotli
2020-03-24 16:42:04 +01:00
Eelco Dolstra
d6ec410a47
Add packages.json to the tarball job
...
Moved from nixos-homepage.
2020-03-24 16:42:00 +01:00
Eelco Dolstra
98481cfdfa
Merge pull request #83199 from edolstra/remove-manual-service
...
Remove manual service
2020-03-24 15:26:54 +01:00
Eelco Dolstra
bd379be538
Remove unused 'rogue' service
2020-03-24 15:25:20 +01:00
Eelco Dolstra
aebf9a4709
services/misc/nixos-manual.nix: Remove
...
Running the manual on a TTY is useless in the graphical ISOs and not
particularly useful in non-graphical ISOs (since you can also run
'nixos-help').
Fixes #83157 .
2020-03-24 15:25:20 +01:00
Eelco Dolstra
a0a61c3e34
nixos-option: Disable on Nix >= 2.4 because it doesn't compile
...
This is needed when using the overlay from the Nix flake.
2020-03-20 14:52:22 +01:00
Eelco Dolstra
9b2ac44106
Merge pull request #80961 from veprbl/pr/glibc_prlimit64
...
glibc: provide fallback for kernels with missing prlimit64
2020-03-04 14:58:45 +01:00
Eelco Dolstra
4c0821461e
enable-coverage-instrumentation.sh: Fix unbound variable error
...
https://hydra.nixos.org/build/113299582
2020-02-28 12:31:50 +01:00
Eelco Dolstra
74c82056c9
lcov: Support gcc 9
...
https://github.com/linux-test-project/lcov/issues/58
https://github.com/Homebrew/homebrew-core/pull/50070
2020-02-28 12:31:41 +01:00
Eelco Dolstra
39892985b0
nixFlakes: 2.4pre20200207_d2032ed -> 2.4pre20200220_4a4521f
2020-02-24 10:52:45 +01:00
Eelco Dolstra
21a3b141c3
nix-fallback-paths.nix: Fix x86_64-linux path
...
https://github.com/NixOS/nix/issues/3370
2020-02-24 10:16:26 +01:00
Eelco Dolstra
3c47f78e82
nix: 2.3.2 -> 2.3.3
2020-02-19 01:54:25 +01:00
Eelco Dolstra
2de3caf011
nixos/release-combined.nix: List constituents of the 'tested' job by name
...
https://github.com/NixOS/hydra/issues/715
2020-02-17 17:20:45 +01:00
Eelco Dolstra
895042956f
nixos/release-small.nix: List constituents of the 'tested' job by name
...
https://github.com/NixOS/hydra/issues/715
2020-02-17 16:37:10 +01:00
Eelco Dolstra
f0f040c3f7
nixos/modules/misc/version.nix: Don't parse .git
...
This leads to inconsistent results between local builds and
Hydra. Also Nix is not a general purpose language, we shouldn't be
parsing .git from inside Nix code.
2020-02-15 20:16:14 +01:00
Eelco Dolstra
a5f883e535
nixos/modules/installer/cd-dvd/channel.nix: Handle null config.system.nixos.revision
2020-02-15 20:16:14 +01:00
Eelco Dolstra
3182fbdeaa
nixos/release.nix: Import './..' instead of nixpkgs
...
'nixpkgs' is a result of a call to cleanSource, which is very
expensive and fails in --dry-run mode.
2020-02-12 22:44:59 +01:00
Eelco Dolstra
dd7f6b0c6b
nixUnstable, nixFlakes: Update to latest
...
Note that we need to build from a tarball now to get the vendored
crates. A bit ugly to fetch tarballs from Hydra...
2020-02-11 16:36:37 +01:00
Eelco Dolstra
0e6ceb8758
Merge pull request #68897 from edolstra/master
...
Flake support
2020-02-10 16:44:54 +01:00
Eelco Dolstra
a1fa9e65ca
flake.nix: Add note
2020-02-10 16:36:53 +01:00
Eelco Dolstra
fb05afd78d
Doh
2020-02-10 16:32:59 +01:00
Eelco Dolstra
64e5f4d53b
Fix 'nix flake check'
2020-02-10 16:26:33 +01:00
Eelco Dolstra
5c389f84d4
lib/tests/misc.nix: Don't make a copy on Nixpkgs
2020-02-10 16:21:04 +01:00
Eelco Dolstra
a274da605d
lib/tests/misc.nix: Fix dependency on currentSystem
...
This doesn't work in pure mode.
2020-02-10 16:20:41 +01:00
Eelco Dolstra
8f86624ac9
nixos-rebuild: Remove TODOs
2020-02-10 15:45:27 +01:00
Eelco Dolstra
c05cc615f2
nixos.revision: Use null instead of "master"
...
"master" is not a valid SHA-1 commit hash, and it's not even
necessarily the branch used. 'nixos-version --revision' now returns an
error if the commit hash is not known.
2020-02-10 15:45:15 +01:00
Eelco Dolstra
b98ea45608
nixos-version --json: Use builtins.toJSON
2020-02-10 15:45:10 +01:00
Eelco Dolstra
f9392f04ae
nixos-rebuild: Remove --keep-going flag
2020-02-10 15:45:06 +01:00
Eelco Dolstra
4089dbf090
nixos-rebuild: Make 'edit' work with with flakes
2020-02-10 15:45:03 +01:00
Eelco Dolstra
c08930874a
nixos-rebuild: Propagate various flake lock file flags
...
And also --refresh and --no-net.
2020-02-05 23:15:18 +01:00
Eelco Dolstra
60330b6065
flake.nix: Handle missing rev attribute
...
Dirty trees no longer set 'rev', so we need to handle this.
2020-02-05 23:15:18 +01:00
Eelco Dolstra and Jörg Thalheim
2a0cf385d2
nixos-rebuild: Avoid subshell reading hostname
...
Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com >
2020-02-05 23:15:18 +01:00
Eelco Dolstra
7ff2e743e8
flake.nix: Support more systems
2020-02-05 23:15:18 +01:00
Eelco Dolstra
0bf1ab421b
flake.nix: Remove packages, builders outputs
2020-02-05 23:15:18 +01:00
Eelco Dolstra
2452042c47
nixos-rebuild: Support -L flag
2020-02-05 23:15:18 +01:00
Eelco Dolstra
98e322b929
nixos-rebuild: uri -> url
2020-02-05 23:15:18 +01:00
Eelco Dolstra
bda94ae808
epoch -> edition
2020-02-05 23:15:18 +01:00
Eelco Dolstra
fb051f0dec
nixos-{rebuild,container}: Use flakeref#attrpath syntax
...
This makes them consistent with the 'nix' command line.
2020-02-05 23:15:18 +01:00
Eelco Dolstra
20087bd553
nixos-container: Add flake support
...
E.g. to create a container that runs the NixOS homepage:
$ nixos-container create homepage --flake nixos-homepage
And to upgrade it:
$ nixos-container update homepage
2020-02-05 23:15:18 +01:00
Eelco Dolstra
cfd468adbb
nixos-rebuild: Use /etc/nixos/flake.nix if it exists
2020-02-05 23:15:18 +01:00
Eelco Dolstra
26e4d09c9c
Export nixosModules.notDetected
2020-02-05 23:15:18 +01:00
Eelco Dolstra
7e9b745174
nixos-version: Add --json flag and show system.configurationRevision
2020-02-05 23:15:18 +01:00
Eelco Dolstra
855fcc324a
Add option system.configurationRevision to record revision of top-level flake
2020-02-05 23:15:18 +01:00
Eelco Dolstra
b91803bf13
nixosSystem: Automatically set version suffix from flake
...
E.g.
$ nixos-version
19.03.20190913.af5eb77 (Koi)
2020-02-05 23:15:18 +01:00
Eelco Dolstra
22cc7ab78c
nixos-rebuild: Add --flake option
2020-02-05 23:15:18 +01:00
Eelco Dolstra
6a210fa345
flake.nix: Remove obsolete name attribute
2020-02-05 23:14:32 +01:00
Eelco Dolstra
63bcbc19cd
Update flake interface
2020-02-05 23:14:32 +01:00
Eelco Dolstra
2ba1f3c195
Add flake outputs for the manuals
2020-02-05 23:14:32 +01:00
Eelco Dolstra
f16ca590c7
Remove flake.lock
2020-02-05 23:14:32 +01:00
Eelco Dolstra
395f044bbe
flake.nix: Update epoch
2020-02-05 23:14:32 +01:00
Eelco Dolstra
b70a4436c6
flake.nix: provides -> outputs
2020-02-05 23:14:32 +01:00
Eelco Dolstra
5548397488
make-tarball.nix: Derive version from lastModified instead of revCount
...
GitHub flakes don't provide revCount.
2020-02-05 23:14:32 +01:00
Eelco Dolstra
0f913dee48
flake.nix: Add check
2020-02-05 23:14:32 +01:00
Eelco Dolstra
af376fdc23
legacyPkgs -> legacyPackages
2020-02-05 23:14:32 +01:00
Eelco Dolstra
b7cbbfff51
Add flake.lock
2020-02-05 23:14:32 +01:00
Eelco Dolstra
57ccd736bb
Export a function for building NixOS system configurations
2020-02-05 23:14:32 +01:00
Eelco Dolstra
123dea9b0d
flake.nix: Set system explicitly for now
...
Flakes now are evaluated in pure mode, so we can't rely on
currentSystem anymore.
2020-02-05 23:14:32 +01:00
Eelco Dolstra
8eaf02b9cd
Add flake.nix
2020-02-05 23:14:32 +01:00
Eelco Dolstra
26aba55951
Revert "add config.environment.ld-linux"
...
This reverts commit af665d822a , see
https://github.com/NixOS/nixpkgs/pull/78798#issuecomment-580059834 for
the reasons in a similar PR.
2020-02-02 15:29:49 +01:00
Eelco Dolstra
5495cb91eb
Revert "rmdir: avoid failing when directory did not exist"
...
This reverts commit 45db499d2d .
2020-02-02 15:29:40 +01:00
Eelco Dolstra
eaf1fbaef4
nixos-rebuild: --use-remote-sudo does not take an argument
...
Also remove outdated comment about trailing space.
2020-02-01 10:09:33 +01:00
Eelco Dolstra
40f3bf66f6
Merge pull request #66640 from worldofpeace/iso-gnome3
...
rename iso_graphical to iso_plasma5
2020-01-27 23:33:17 +01:00
Eelco Dolstra
1d59cdcb2a
ISSUE_TEMPLATE: 'nix run' -> 'nix-shell -p'
...
'nix run' is an experimental command.
2020-01-05 22:47:43 +01:00
Eelco Dolstra
0ec8c3bb12
Revert "nix: build using gcc8"
...
This reverts commit 7ac90533a1 .
2020-01-05 20:42:44 +01:00
Eelco Dolstra
3b15451291
nix: 2.3.1 -> 2.3.2
2020-01-05 20:35:43 +01:00
Eelco Dolstra
aa1a41b60b
maintainer-list: Update edolstra email address
2019-12-26 02:49:24 +01:00
Eelco Dolstra
e82fae1a39
rustc: 1.39 -> 1.40
2019-12-24 16:15:36 +00:00
Eelco Dolstra
946c5fb8f7
Tweag releaase notes
2019-12-03 15:09:55 +01:00
Eelco Dolstra
56588e9eaa
Merge pull request #74850 from davidak/PRETTY_NAME
...
nixos/version: PRETTY_NAME in /etc/os-release uses the release now
2019-12-03 15:08:52 +01:00
Eelco Dolstra
68f06e4438
keyctl: 1.6 -> 1.6.1
2019-11-20 17:24:21 +01:00
Eelco Dolstra
0b4b9651b8
Merge pull request #73050 from taku0/firefox-use-rust-1.38.0
...
firefox: use rustc 1.38.0
2019-11-08 16:24:08 +01:00
Eelco Dolstra
e4a6fba808
Merge pull request #73039 from taku0/rust_multiple_version
...
rust: keep multiple version
2019-11-08 14:34:38 +01:00
Eelco Dolstra
5a4b2057d6
Merge pull request #72980 from edolstra/rust-1.39
...
rustc: 1.38.0 -> 1.39.0
2019-11-07 23:14:51 +01:00
Eelco Dolstra
14ee26ccf5
rustc: 1.38.0 -> 1.39.0
2019-11-07 15:04:06 +01:00
Eelco Dolstra
50ea99cbc1
nixos/tests/quake3.nix: Remove
...
This was a demo of the VM testing approach in an old paper but there's
no need to keep it around.
2019-11-05 15:14:30 +01:00
Eelco Dolstra
aa98348f88
jormungandr: Remove
...
This is a good example of a package/module that should be distributed
externally (e.g. as a flake [1]): it's not stable yet so anybody who
seriously wants to use it will want to use the upstream repo. Also,
it's highly specialized so NixOS is not really the right place at the
moment (every NixOS module slows down NixOS evaluation for everybody).
[1] https://github.com/edolstra/jormungandr/tree/flake
2019-11-05 15:00:58 +01:00
Eelco Dolstra
52e739cc58
nix-daemon.nix: Fix checkConfig
2019-10-23 21:30:28 +02:00
Eelco Dolstra
fc2592b2d6
nixFlakes: 2.4pre20190922_382aa05 -> 2.4pre20191022_9cac895
2019-10-23 00:24:25 +02:00
Eelco Dolstra
e89e0385c1
nlohmann_json: 3.6.1 -> 3.7.0
...
Also install multiple headers (in particular to get json_fwd.hpp,
which Nix needs).
2019-10-23 00:24:25 +02:00
Eelco Dolstra
5b324c1825
Remove references to the nixpkgs-channels repo
...
Channel branches are now provided in the nixpkgs repo.
Issue #71176 .
2019-10-17 19:44:03 +02:00
Eelco Dolstra
328796d734
makeInitrd: Use stdenvNoCC
2019-10-11 17:12:09 +02:00
Eelco Dolstra
cae6db88d3
nukeReferences: Use stdenvNoCC
2019-10-11 17:12:09 +02:00
Eelco Dolstra
e8bc181154
Merge pull request #70874 from edolstra/no-world-writable-per-user
...
[WIP] Don't create /nix/var/nix/{gcroots,per-user}/per-user with 1777 permission
2019-10-10 16:28:49 +02:00
Eelco Dolstra
9d0de0dc57
nix-daemon.nix: Shut up warning
2019-10-10 16:24:33 +02:00
Eelco Dolstra
27d2857a99
nix-daemon.nix: Use 'nix ping-store' to initialize directories
2019-10-10 16:24:33 +02:00
Eelco Dolstra
2c97f0669d
Typo
2019-10-10 16:24:33 +02:00
Eelco Dolstra
4b950c42cd
nix-daemon.nix: Drop Nix 1.x compatibility
...
Probably didn't work anyway anymore.
2019-10-10 16:24:33 +02:00
Eelco Dolstra
4e0d6a5ff8
Don't create /nix/var/nix/{gcroots,per-user}/per-user with 1777 permission
...
In fact, don't create them at all because Nix does that automatically.
Also remove modules/programs/shell.nix because everything it did is
now done automatically by Nix.
2019-10-10 16:24:33 +02:00