Commit 1f74d7a
treewide: remove
Now that `pkgs` is `__splicedPackages` on cross we can remove these
variables I set.
Assignments like `patchutils = pkgs.patchutils_0_3_3;` in
`all-packages.nix` cannot be removed because the `pkgs`
in `patchutils = pkgs.patchutils_0_3_3;` in `all-packages.nix` is coming from
this `pkgs:` https://www.github.com/NixOS/nixpkgs/blob/b6e486730fc875ec79a3dea0f1f46eaf9f6ffa9d/pkgs/top-level/all-packages.nix#L9
instead of the `pkgs` in `with pkgs;`= __splicedPackages
1 parent 2494e36 commit 1f74d7a
File tree
3 files changed
+4
-16
lines changed- pkgs
- development
- beam-modules
- interpreters/perl
- top-level
3 files changed
+4
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4089 | 4089 | | |
4090 | 4090 | | |
4091 | 4091 | | |
4092 | | - | |
4093 | | - | |
4094 | | - | |
4095 | | - | |
4096 | | - | |
| 4092 | + | |
4097 | 4093 | | |
4098 | 4094 | | |
4099 | 4095 | | |
| |||
4311 | 4307 | | |
4312 | 4308 | | |
4313 | 4309 | | |
4314 | | - | |
4315 | | - | |
4316 | | - | |
| 4310 | + | |
4317 | 4311 | | |
4318 | 4312 | | |
4319 | 4313 | | |
| |||
5015 | 5009 | | |
5016 | 5010 | | |
5017 | 5011 | | |
5018 | | - | |
5019 | 5012 | | |
5020 | 5013 | | |
5021 | 5014 | | |
| |||
0 commit comments