Commit Graph

293 Commits

Author SHA1 Message Date
dependabot[bot]
ebf5c9d461
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [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.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 21:10:09 +00:00
Gytis Ivaskevicius
4b1bcafcfc Update README to reference non prerelease v1.3.0 2021-09-23 21:09:20 +03:00
Gytis Ivaskevicius
4db80b033e
Merge pull request #92. BREAKING CHANGES!!! Removal of deprecated code
Release 1.3
2021-09-23 21:04:40 +03:00
Gytis Ivaskevicius
51169bf93d
Merge pull request #93 from gytis-ivaskevicius/dependabot/github_actions/cachix/install-nix-action-14
Bump cachix/install-nix-action from 13 to 14
2021-09-09 01:05:16 +03:00
dependabot[bot]
f059de889d
Bump cachix/install-nix-action from 13 to 14
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 13 to 14.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v13...v14)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 21:09:20 +00:00
Gytis Ivaskevicius
8cd9fd963f Remove outputsBuilder from base attributeset 2021-09-07 16:04:03 +03:00
Gytis Ivaskevicius
024c6561be Remove few deprecated function renames 2021-09-05 22:51:20 +03:00
Gytis Ivaskevicius
bcdf6968cf Remove repl path attribute since it is deprecated 2021-09-05 22:45:28 +03:00
Gytis Ivaskevicius
08d7921714 Remove deprecated code 2021-09-05 22:45:27 +03:00
Gytis Ivaskevicius
afaa6ea2a7 Rename systemFlake to mkFlake in tests/examples 2021-09-05 22:44:18 +03:00
Gytis Ivaskevicius
477ea3b85f Move examples up since some peeps do not notice them 2021-09-05 22:37:04 +03:00
Gytis Ivaskevicius
4313700e09 Update prerelease tag 2021-09-05 19:52:08 +03:00
Gytis Ivaskevicius
231acaa2cb
Merge pull request #46 from gytis-ivaskevicius/staging
Release 1.2.0
2021-09-05 19:41:21 +03:00
David Arnold
ccc1137251
fix typo 2021-09-05 11:11:59 -05:00
David Arnold
a5c54d9dce
Hint on using tagged releases and explain 1.2.0 vs 1.2.1 2021-09-05 11:10:39 -05:00
Gytis Ivaskevicius
82ca1c5ffe Remove deprecated code from examples 2021-09-05 18:46:39 +03:00
Gytis Ivaskevicius
b4848f55c7 Fix typo 2021-09-05 18:31:47 +03:00
Gytis Ivaskevicius
d095b5d963 Fix missing channel.shortRev when executing tests locally 2021-09-05 18:26:53 +03:00
Gytis Ivaskevicius
fb18a434e9 Update README with branching policy 2021-09-05 17:55:15 +03:00
Gytis Ivaskevicius
8a307b869c Add NIX_PATH and linkInputs option 2021-09-05 17:40:36 +03:00
Gytis Ivaskevicius
daab9cb03a Remove nix_path option from workflow file 2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
cb44a3f0e8 Update channels selection filter logic 2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
e1eddbd4b1 Update channels selection filter logic 2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
28ad5a2877 Update README.md
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
8a855587f0 Update README.md
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
ecfd19c7b9 Tweak repl implementation 2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
ebb41749ab Update README.md 2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
6a7b7ffcbd Update flake-utils 2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
3d108c9529 Update devshell 2021-09-04 20:14:39 -05:00
Gytis Ivaskevicius
a79a0b86e5 Fix modulesFromList deprecation 2021-08-13 14:59:45 +03:00
David Arnold
51a82925db
fix: reverse rakeLeaves implementation for exportModules
exportModules was intended to receive a list of paths-to-modules or
modules as arguments.

`rakeLeaves` is usually called before passing the resulting modules
to this function, flattened (digga's `flattenTree`) and stripped of
their name (`builtins.attrValues`) given by `rakeLeaves`.

`rakeLeaves` holds path types for its leaves.
2021-07-23 15:25:52 -05:00
David Arnold
ea46e02fb8
fix: exportModules can be a function or attrs
check first, since the path check implementation (builtins.pathExists)
expects a string coercible (function is not!)


fixes: #85
2021-07-20 18:59:59 -05:00
Mihai Fufezan
5dba7556e1
Merge pull request #84 from fufexan/exporters
Restructure exporters
2021-07-21 00:35:26 +03:00
Mihai Fufezan
0f7b21670b
rename export{Overlays,Packages} 2021-07-21 00:12:09 +03:00
Mihai Fufezan
22256e8560
fix formatting 2021-07-21 00:12:09 +03:00
Mihai Fufezan
d5cd10dfb2
properly call internal lib 2021-07-21 00:12:02 +03:00
Mihai Fufezan
a9c80ba18a
flake.nix: move internal-functions to own attrset 2021-07-19 15:09:49 +03:00
Mihai Fufezan
f53affea95 flake.nix: change functions to new names 2021-07-19 01:02:22 +03:00
Mihai Fufezan
1675f4605f move functions to lib/internal-functions.nix 2021-07-19 01:02:22 +03:00
Gytis Ivaskevicius
10b5a33a0f
Merge pull request #83 from gytis-ivaskevicius/github-actions 2021-07-18 22:49:47 +03:00
Gytis Ivaskevicius
be7b62899d Post rebase fixes 2021-07-18 22:37:02 +03:00
Gytis Ivaskevicius
05478f0b72 Post rebase fixes 2021-07-18 22:33:25 +03:00
Gytis Ivaskevicius
90c45a9cbf Fix build scripts 2021-07-18 22:29:27 +03:00
Gytis Ivaskevicius
0bd24483cc Fix Github Actions 2021-07-18 22:29:27 +03:00
Gytis Ivaskevicius
354653d821
Merge pull request #81 from fufexan/docs
Docs update
2021-07-16 18:14:19 +03:00
Gytis Ivaskevicius
55d74737b3
Update README.md
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-07-16 18:13:55 +03:00
Mihai Fufezan
2e5c29dc05
README: update documentation to future lib
Update examples/minimal-multichannel/flake.nix

Co-authored-by: Pacman99 <pachum99@myrdd.info>
Co-authored-by: Gytis Ivaskevicius <gytis02.21@gmail.com>
2021-07-14 21:50:32 +03:00
David Arnold
5c6ee69f69 imp: make output dynamic according to outputsBuilder
towards #79
2021-07-14 13:45:44 -05:00
David Arnold
96d816c298 imp: allow arguments for devshell checks
This allows to pass --show-trace to the checks
2021-07-14 13:45:44 -05:00
Mihai Fufezan
d490fe933f
examples: add comments 2021-07-11 22:42:33 +03:00