summaryrefslogtreecommitdiffstats
path: root/lib/sources.nix
AgeCommit message (Expand)Author
2021-05-29lib.sources.trace: initRobert Hensing
2021-05-29lib.sources.sourceFilesBySuffices: Improve docRobert Hensing
2021-05-29lib/tests/sources.sh: initRobert Hensing
2021-05-29lib/sources: Internal representation for cleanSourceWithRobert Hensing
2021-03-27lib: fix commitIdFromGitRepo (#117752)Léo Gaspard
2020-10-30lib/sources.nix: fix incorrect inheritV
2020-10-22lib/sources.nix: Prefer lib for readFile inheritRobert Hensing
2020-10-22lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing
2020-07-17commitIdFromGitRepo: fix stackoverflow if many branches are used.Jörg Thalheim
2020-03-23cleanSourceWith: don't use baseNameOfMichael Peyton Jones
2020-01-20nixos/version: fix case where .git is a symlinkFranz Pletz
2020-01-14lib.commitIdFromGitRepo: fix support for git-submoduleelseym
2020-01-10lib.commitIdFromGitRepo: support git-worktreeelseym
2019-09-03lib.cleanSourceWith: Allow name to be set, optional filter, docRobert Hensing
2019-07-19lib: allow sourceByRegex to be composed after cleanSourceWithBas van Dijk
2019-04-29treewide: Remove usage of isNullDaniel Schaefer
2019-04-08lib.cleanSourceFilter: Filter all .git, not just directoriesSilvan Mosberger
2018-11-08lib: commitIdFromGitRepo: simplify a tiny bitJan Malakhovski
2018-10-02docs: documentation for `cleanSource`Tobias Pflug
2018-01-11callCabal2nix: Fix calling with a path in the store.Shea Levy
2018-01-09Added `lib.cleanSourceWith` as composable version of `filterSource`Will Fancher
2017-09-16Convert libs to a fixed-pointGraham Christensen
2017-09-12lib.cleanSourceFilter: Fix VIM swap file filteringTuomas Tynkkynen
2017-08-29Deduplicate some filterSource invocationsDan Peebles
2017-02-17lib: Add a function to filter sources by regular expressions.Tom Hunger
2016-11-17Expose guts of `cleanSource`Elliot Cameron
2016-08-08lib/sources.nix@commitIdFromGitRepo: parenthesize what should always have beenobadz
2016-08-06cleanSource: filter out also nix result symlinks (#16120)Domen Kožar
2016-08-01lib: refactor commitIdFromGitRepo with fileContentsEric Sagnes
2016-07-27lib/sources.nix@commitIdFromGitRepo: remove use of lib.splitStringobadz
2016-06-03nixos/modules/misc/version.nix: check that .git is a directoryobadz
2016-05-24modules/misc/version.nix: populate nixosRevision based on <nixpkgs/.git> when...obadz
2014-08-25Manual: Handle XML files in subdirectoriesEelco Dolstra
2014-02-06cleanSources: Filter *.o and *.soEelco Dolstra
2014-02-03cleanSource: Support MercurialEelco Dolstra
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra