obadz
f242b752fe
lib/sources.nix@commitIdFromGitRepo: parenthesize what should always have been
...
Fixes error: cannot coerce a partially applied built-in function to a string, at lib/sources.nix:59:32
I don't understand how this used to work, but doesn't work anymore?
2016-08-08 11:46:41 +01:00
Domen Kožar
39e689e316
cleanSource: filter out also nix result symlinks ( #16120 )
2016-08-06 19:53:18 +01:00
Eric Sagnes
85d8b01660
lib: refactor commitIdFromGitRepo with fileContents
2016-08-01 18:35:26 +09:00
obadz
fee334f672
lib/sources.nix@commitIdFromGitRepo: remove use of lib.splitString
...
lib.splitString was blowing up the stack in instances where the
.git/packed-refs file was too large. We now use a regexp over the
whole file instead.
Closes #16570
2016-07-27 15:47:08 +01:00
obadz
4c5fdf42ed
nixos/modules/misc/version.nix: check that .git is a directory
...
That's not the case for git submodules
Fixes #15928
2016-06-03 13:38:41 +01:00
obadz
47950b5353
modules/misc/version.nix: populate nixosRevision based on <nixpkgs/.git> when possible ( #15624 )
...
Example:
$ nixos-option system.nixosLabel
Value:
"16.09.git.4643ca1"
2016-05-24 23:34:28 +01:00
Eelco Dolstra
b1ce3cc172
Manual: Handle XML files in subdirectories
2014-08-25 14:33:33 +02:00
Eelco Dolstra
de9ed78ab2
cleanSources: Filter *.o and *.so
2014-02-06 12:30:26 +01:00
Eelco Dolstra
34638ebc1e
cleanSource: Support Mercurial
2014-02-03 23:44:11 +01:00
Eelco Dolstra
5fef92c4a0
Move pkgs/lib/ to lib/
2013-10-10 13:28:21 +02:00