Highlights
- Arctic Code Vault Contributor
Pinned
1,076 contributions in the last year
Less
More
Contribution activity
April 2021
Created 22 commits in 3 repositories
Created 1 repository
Created a pull request in gytis-ivaskevicius/flake-utils-plus that received 14 comments
implement builtinPackagesBuilder
depends on numtide/flake-utils#28 closes #12 This is a convenient function that enables sane default sharing of channel overlays: It filters on pa…
+219
−21
•
14
comments
Opened 38 other pull requests in 5 repositories
blaggacao/devos
8
closed
1
open
3
merged
- ref: reduce exposure to callLibs
- ref: make onion with flake-utils
- ref: flatten out inputs
- ref: merge dev into lib
- libtests: outfactor in preparation of lib/flake.nix
- wip: high level devos lib flake structure
- lib: merge dev into lib
- lib: self is self is self
- lib: don't add evalFlake args into the top-level lib namespace
- cleanup: ironing out flake code
- mkFlake: do not export soon-to-be devoslib on each repo
- cleanup: ironing out flake code
gytis-ivaskevicius/flake-utils-plus
1
open
7
merged
4
closed
- add simple devshell
- add: specialArgs
- imp: ease nixpkgs dependency ban by using divnix/nixpkgs.lib light fork
- imp: add specialArgs
- fix: extraArgs is deprecated in favor of _module.args
- prepare examples for using as manual tests
-
ref:
profile->hostAttrs - add: defaultHostsAttrs (fixed)
- fix: defaultHostAttrs merging
- Fix #16: nixosProfiles -> nixosHosts
- Fix #14
- ref: align code style
divnix/devos
2
open
6
merged
1
closed
numtide/flake-utils
2
open
1
merged
Pacman99/devos
1
merged
1
closed
Reviewed 23 pull requests in 5 repositories
divnix/devos 9 pull requests
- ref: reduce exposure to callLibs
- create lib/flake.nix
- ref: extract lib into subflake
- Update evalArgs to match the new planned API
- drop lib's self dep and pass data to each function
- Move flake implementation logic to lib
- API Discussions
- make core an unecessary profile and add to suites
- lib: init and use mkFlake and evalFlakeArgs
gytis-ivaskevicius/flake-utils-plus 9 pull requests
- Use nixos modules and lib from patched nixpkgs and allow setting nixpkgs.config values in host modules
- add simple devshell
- Improve merging of host arguments and flake outputs
- implement builtinPackagesBuilder
- Allow config system customization
- add: defaultHostsAttrs (fixed)
- fix: defaultHostAttrs merging
- Add argument for default host attributes
- Only set options if they exist
blaggacao/devos 2 pull requests
numtide/flake-utils 2 pull requests
numtide/devshell 1 pull request
Created an issue in gytis-ivaskevicius/flake-utils-plus that received 10 comments
sharing model
flake-utils-plus/systemFlake.nix Line 5 in 51cb739
What is the rational of defaulting to inputs rather than have people make use of inpu…
10
comments