about summary refs log tree commit diff
path: root/lib/sources.nix
AgeCommit message (Expand)AuthorFilesLines
2018-11-08lib: commitIdFromGitRepo: simplify a tiny bitJan Malakhovski1-3/+3
2018-10-02docs: documentation for `cleanSource`Tobias Pflug1-0/+4
2018-01-11callCabal2nix: Fix calling with a path in the store.Shea Levy1-0/+4
2018-01-09Added `lib.cleanSourceWith` as composable version of `filterSource`Will Fancher1-5/+26
2017-09-16Convert libs to a fixed-pointGraham Christensen1-2/+1
2017-09-12lib.cleanSourceFilter: Fix VIM swap file filteringTuomas Tynkkynen1-2/+3
2017-08-29Deduplicate some filterSource invocationsDan Peebles1-0/+2
2017-02-17lib: Add a function to filter sources by regular expressions.Tom Hunger1-0/+6
2016-11-17Expose guts of `cleanSource`Elliot Cameron1-13/+13
2016-08-08lib/sources.nix@commitIdFromGitRepo: parenthesize what should always have beenobadz1-1/+1
2016-08-06cleanSource: filter out also nix result symlinks (#16120)Domen Kožar1-1/+3
2016-08-01lib: refactor commitIdFromGitRepo with fileContentsEric Sagnes1-3/+3
2016-07-27lib/sources.nix@commitIdFromGitRepo: remove use of lib.splitStringobadz1-4/+5
2016-06-03nixos/modules/misc/version.nix: check that .git is a directoryobadz1-0/+6
2016-05-24modules/misc/version.nix: populate nixosRevision based on <nixpkgs/.git> when...obadz1-0/+26
2014-08-25Manual: Handle XML files in subdirectoriesEelco Dolstra1-3/+3
2014-02-06cleanSources: Filter *.o and *.soEelco Dolstra1-1/+4
2014-02-03cleanSource: Support MercurialEelco Dolstra1-1/+1
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra1-0/+29