aboutsummaryrefslogtreecommitdiff
path: root/lib/sources.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/sources.nix: fix incorrect inheritV2020-10-301-1/+1
* lib/sources.nix: Prefer lib for readFile inheritRobert Hensing2020-10-221-1/+1
* lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing2020-10-221-12/+28
* commitIdFromGitRepo: fix stackoverflow if many branches are used.Jörg Thalheim2020-07-171-3/+7
* cleanSourceWith: don't use baseNameOfMichael Peyton Jones2020-03-231-5/+2
* nixos/version: fix case where .git is a symlinkFranz Pletz2020-01-201-0/+1
* lib.commitIdFromGitRepo: fix support for git-submoduleelseym2020-01-141-4/+6
* lib.commitIdFromGitRepo: support git-worktreeelseym2020-01-101-6/+28
* lib.cleanSourceWith: Allow name to be set, optional filter, docRobert Hensing2019-09-031-4/+33
* lib: allow sourceByRegex to be composed after cleanSourceWithBas van Dijk2019-07-191-6/+10
* treewide: Remove usage of isNullDaniel Schaefer2019-04-291-2/+2
* lib.cleanSourceFilter: Filter all .git, not just directoriesSilvan Mosberger2019-04-081-2/+2
* lib: commitIdFromGitRepo: simplify a tiny bitJan Malakhovski2018-11-081-3/+3
* docs: documentation for `cleanSource`Tobias Pflug2018-10-021-0/+4
* callCabal2nix: Fix calling with a path in the store.Shea Levy2018-01-111-0/+4
* Added `lib.cleanSourceWith` as composable version of `filterSource`Will Fancher2018-01-091-5/+26
* Convert libs to a fixed-pointGraham Christensen2017-09-161-2/+1
* lib.cleanSourceFilter: Fix VIM swap file filteringTuomas Tynkkynen2017-09-121-2/+3
* Deduplicate some filterSource invocationsDan Peebles2017-08-291-0/+2
* lib: Add a function to filter sources by regular expressions.Tom Hunger2017-02-171-0/+6
* Expose guts of `cleanSource`Elliot Cameron2016-11-171-13/+13
* lib/sources.nix@commitIdFromGitRepo: parenthesize what should always have beenobadz2016-08-081-1/+1
* cleanSource: filter out also nix result symlinks (#16120)Domen Kožar2016-08-061-1/+3
* lib: refactor commitIdFromGitRepo with fileContentsEric Sagnes2016-08-011-3/+3
* lib/sources.nix@commitIdFromGitRepo: remove use of lib.splitStringobadz2016-07-271-4/+5
* nixos/modules/misc/version.nix: check that .git is a directoryobadz2016-06-031-0/+6
* modules/misc/version.nix: populate nixosRevision based on <nixpkgs/.git> when...obadz2016-05-241-0/+26
* Manual: Handle XML files in subdirectoriesEelco Dolstra2014-08-251-3/+3
* cleanSources: Filter *.o and *.soEelco Dolstra2014-02-061-1/+4
* cleanSource: Support MercurialEelco Dolstra2014-02-031-1/+1
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-101-0/+29