Home

nur @c2d644c7a9988614d26dc9052fb606d526d4db16 - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
c2d644c7
Don't try to update NUR on cron jobs
MetaDark <kira.bruneau@gmail.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