Home

nur @fb07bf990ca1351c7ed8a458e20715d446646542 - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
fb07bf99
Bump actions/checkout from v2.3.2 to v2.3.3
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.2...a81bbbf8298c0fa03ea29cdc473d45769f953675) Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
001d49b9
Merge pull request #25 from abathur/patch-1
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
a23be342
Merge pull request #24 from nix-community/dependabot/github_actions/actions/checkout-v2.3.2
Bump actions/checkout from v2.3.1 to v2.3.2
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
5905d822
Merge pull request #20 from nix-community/github-action-support
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
a16929a6
Merge pull request #22 from nix-community/cachix-fix
travis: fix cachix support
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
294d372f
Merge pull request #17 from kolloch/patch-1
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
9644c49b
Merge pull request #14 from nix-community/20.03
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
ad07218e
Merge pull request #13 from kolloch/setup-doc
Inline comments in .travis.yml for CACHIX_CACHE/NUR_REPO
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
34ebc37f
Merge pull request #11 from MetaDark/dont-update-nur-on-cron
Don't try to update NUR on cron jobs
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
2610a5b6
Update stable channel to 19.09
Francesco Gazzetta <fgaz@fgaz.me>
4 years ago
11c746f2
Update stable channel to 19.03
Closes https://github.com/nix-community/nur-packages-template/issues/4
Francesco Gazzetta <fgaz@fgaz.me>
5 years ago
4056f4e3
Fix builds of free packages (#7)
The license.free field is set to false for non-free packages, for free packages it is set to true or is missing entirely. Thus we need to default the case of a missing field to true, not false.
Robert Helgesson <robert@rycee.net>
5 years ago
6a90fd06
Merge pull request #6 from rycee/refactor-support-code
Refactor support code
Jörg Thalheim <Mic92@users.noreply.github.com>
5 years ago
1ab421bf
Merge pull request #5 from nix-community/only-build-free
Only build free packages
Francesco Gazzetta <fgaz@fgaz.me>
5 years ago
ea430a68
.travis.yaml: change how cachix is installed
Sadly nixpkgs haskell set is not stable and there's little I can do to improve that, so official way to install cachix is via known nixpkgs commit as above
Domen Kožar <domen@dev.si>
5 years ago
c145cf0a
18.09 channel
Closes #3
Francesco Gazzetta <francygazz@gmail.com>
5 years ago
7b85c8a1
Test on multiple channels
Closes fgaz/nur-packages-template#1
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
80457e2d
Cachix is in nixpkgs now
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
41c257cc
Eval overlays
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
2f3e74c3
Define modules as paths to functions, not functions
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
ca39a8fa
Eval lib, modules, and overlays
Fixes #2
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
8055d108
Update to the new NUR format
See https://github.com/nix-community/NUR/issues/45
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
3ad2553e
Add not about travis cron jobs
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
da50d235
Fix example package
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
9e607a07
No need to export $outs
It actually hid the error code
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
e5582ab9
cachix username -> cache name
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
eed630f9
Trigger NUR update only on master builds
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
98c2f0ff
Mention the cachix private key
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
dd95bed0
Initial commit
Extracted the skeleton from https://github.com/fgaz/nur-packages.git
Francesco Gazzetta <francygazz@gmail.com>
6 years ago
6ad0281a
Use 'or' syntax
Francesco Gazzetta <fgaz@fgaz.me>
5 years ago
c57e6123
Wording
Francesco Gazzetta <fgaz@fgaz.me>
5 years ago
23f67915
Only build free packages
Francesco Gazzetta <fgaz@fgaz.me>
5 years ago
f751ec55
Rename non-broken
Francesco Gazzetta <fgaz@fgaz.me>
5 years ago
1110dde8
Clean up the filtering
Francesco Gazzetta <fgaz@fgaz.me>
5 years ago
87ddc10b
Replace `buildable.nix` by `ci.nix`
The `ci.nix` file contains a number of improvements over `buildable.nix`. For example, it - honors `recurseForDerivations` to also build packages inside attributes, - builds all package outputs, and - separates buildable and cacheable outputs such that packages having `preferLocalBuild` are not cached.
Robert Helgesson <robert@rycee.net>
5 years ago
262dabba
Refactor `overlay.nix`
Simplify `overlay.nix` a bit by removing unnecessary filtering on attribute values.
Robert Helgesson <robert@rycee.net>
5 years ago
c2d644c7
Don't try to update NUR on cron jobs
MetaDark <kira.bruneau@gmail.com>
4 years ago
cde9c122
Inline comments in .travis.yml for CACHIX_CACHE/NUR_REPO
During setup, I wondered what the format of this variables is. While searching for sample values, I noticed that people use these inconsistently. So better be explicit. I removed the paragraph from the README.md to avoid duplication.
Peter Kolloch <info@eigenvalue.net>
4 years ago
d331fb71
20.03 channel
Jörg Thalheim <joerg@thalheim.io>
4 years ago
0904d943
Update nix version in travis.yml to 2.3.4
Follow up to bumping this version in the NUR repository. The default nix version is quite old and has a problematic or missing `fromTOML` implementation.
Peter Kolloch <info@eigenvalue.net>
4 years ago
cbd09dc9
travis: fix cachix support
fixes #21
Jörg Thalheim <joerg@thalheim.io>
4 years ago
52d63e8b
github actions: better defaults
in case someone forgets to update those
Jörg Thalheim <joerg@thalheim.io>
4 years ago
7f2bf907
Update README.md
Co-authored-by: zimbatm <zimbatm@zimbatm.com>
Jörg Thalheim <Mic92@users.noreply.github.com>
4 years ago
391dd61e
README: add github actions documentation
Jörg Thalheim <joerg@thalheim.io>
4 years ago
b6beae4e
add dependabot to keep github actions up-to-date
Jörg Thalheim <joerg@thalheim.io>
4 years ago
1ecaceb9
add github action support
Jörg Thalheim <joerg@thalheim.io>
4 years ago
42821a6b
Bump actions/checkout from v2.3.1 to v2.3.2
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf) Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
7f823a03
travis: check if NUR_REPO was changed from the default.
Jörg Thalheim <joerg@thalheim.io>
4 years ago
9e2e9f30
comment out CACHIX_CACHE
Travis A. Everett <travis.a.everett@gmail.com>
4 years ago
5f885e23
fix env markup
Travis A. Everett <travis.a.everett@gmail.com>
4 years ago
1f4fe01c
replace language:nix
Travis A. Everett <travis.a.everett@gmail.com>
4 years ago