nixpkgs/lib
Tuomas Tynkkynen 8c190c3f7d lib/types.nix: Disable 32-bit integer types for now
This file doesn't evaluate in 32-bit versions of Nix because the integer
type is a signed 32-bit integer there, so 4294967296 causes an 'invalid
integer' error.  I see no other way around than commenting this out :(

(s32 could be made to work by tweaking the expressions a bit, but didn't
do that for now since it'd be asymmetric to have s32 but no u32).
2017-11-05 22:47:09 +02:00
..
systems platforms.nix: Clean up more 'uboot' legacy 2017-11-05 17:06:59 +02:00
tests lib/types: add ints.positive. 2017-11-05 15:56:32 +01:00
attrsets.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
composable-derivation.nix lib: trivial spelling fixes 2017-04-19 19:37:55 -05:00
customisation.nix Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs" 2017-09-29 09:11:26 -04:00
debug.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
default.nix Revert "Fix evaluation" 2017-09-29 09:10:48 -04:00
deprecated.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
fetchers.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
filesystem.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
fixed-points.nix Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs" 2017-09-29 09:11:26 -04:00
generators.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
licenses.nix xwinwrap: init at 4 2017-09-25 05:27:00 +02:00
lists.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
maintainers.nix Merge pull request #25552 from antonxy/master 2017-11-05 00:01:48 +00:00
meta.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
minver.nix Nix minimal version: 1.10 -> 1.11 2017-08-22 13:28:55 +03:00
modules.nix lib/modules: Change type error to be gramatically nicer 2017-11-05 15:56:32 +01:00
options.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
sandbox.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
sources.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
strings-with-deps.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
strings.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
trivial.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
types.nix lib/types.nix: Disable 32-bit integer types for now 2017-11-05 22:47:09 +02:00