summary refs log tree commit diff
path: root/lib/sources.nix
Commit message (Expand)AuthorAge
* lib.sources: Improve docsJan Tojnar2022-01-30
* lib.cleanSource: ignore socketsAlyssa Ross2021-09-17
* lib.sources.trace: initRobert Hensing2021-05-29
* lib.sources.sourceFilesBySuffices: Improve docRobert Hensing2021-05-29
* lib/tests/sources.sh: initRobert Hensing2021-05-29
* lib/sources: Internal representation for cleanSourceWithRobert Hensing2021-05-29
* lib: fix commitIdFromGitRepo (#117752)Léo Gaspard2021-03-27
* lib/sources.nix: fix incorrect inheritV2020-10-30
* lib/sources.nix: Prefer lib for readFile inheritRobert Hensing2020-10-22
* lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing2020-10-22
* commitIdFromGitRepo: fix stackoverflow if many branches are used.Jörg Thalheim2020-07-17
* cleanSourceWith: don't use baseNameOfMichael Peyton Jones2020-03-23
* nixos/version: fix case where .git is a symlinkFranz Pletz2020-01-20
* lib.commitIdFromGitRepo: fix support for git-submoduleelseym2020-01-14
* lib.commitIdFromGitRepo: support git-worktreeelseym2020-01-10
* lib.cleanSourceWith: Allow name to be set, optional filter, docRobert Hensing2019-09-03
* lib: allow sourceByRegex to be composed after cleanSourceWithBas van Dijk2019-07-19
* treewide: Remove usage of isNullDaniel Schaefer2019-04-29
* lib.cleanSourceFilter: Filter all .git, not just directoriesSilvan Mosberger2019-04-08
* lib: commitIdFromGitRepo: simplify a tiny bitJan Malakhovski2018-11-08
* docs: documentation for `cleanSource`Tobias Pflug2018-10-02
* callCabal2nix: Fix calling with a path in the store.Shea Levy2018-01-11
* Added `lib.cleanSourceWith` as composable version of `filterSource`Will Fancher2018-01-09
* Convert libs to a fixed-pointGraham Christensen2017-09-16
* lib.cleanSourceFilter: Fix VIM swap file filteringTuomas Tynkkynen2017-09-12
* Deduplicate some filterSource invocationsDan Peebles2017-08-29
* lib: Add a function to filter sources by regular expressions.Tom Hunger2017-02-17
* Expose guts of `cleanSource`Elliot Cameron2016-11-17
* lib/sources.nix@commitIdFromGitRepo: parenthesize what should always have beenobadz2016-08-08
* 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
* nixos/modules/misc/version.nix: check that .git is a directoryobadz2016-06-03
* modules/misc/version.nix: populate nixosRevision based on <nixpkgs/.git> when...obadz2016-05-24
* 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