summary refs log tree commit diff
path: root/lib/sources.nix
Commit message (Collapse)AuthorAge
* Expose guts of `cleanSource`Elliot Cameron2016-11-17
| | | Ref #20511
* lib/sources.nix@commitIdFromGitRepo: parenthesize what should always have beenobadz2016-08-08
| | | | | | 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?
* cleanSource: filter out also nix result symlinks (#16120)Domen Kožar2016-08-06
|
* lib: refactor commitIdFromGitRepo with fileContentsEric Sagnes2016-08-01
|
* lib/sources.nix@commitIdFromGitRepo: remove use of lib.splitStringobadz2016-07-27
| | | | | | | | 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
* nixos/modules/misc/version.nix: check that .git is a directoryobadz2016-06-03
| | | | | That's not the case for git submodules Fixes #15928
* modules/misc/version.nix: populate nixosRevision based on <nixpkgs/.git> ↵obadz2016-05-24
| | | | | | | | | when possible (#15624) Example: $ nixos-option system.nixosLabel Value: "16.09.git.4643ca1"
* Manual: Handle XML files in subdirectoriesEelco Dolstra2014-08-25
|
* cleanSources: Filter *.o and *.soEelco Dolstra2014-02-06
|
* cleanSource: Support MercurialEelco Dolstra2014-02-03
|
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10