5151380d61default.nix: fix path to compat
Pacman99
2021-05-16 10:22:40 -0700
2ab4df3f60suites: re-add rec to simplify suite definitions
Pacman99
2021-05-15 10:31:54 -0700
00f8b477a6bors.toml: don't delete merged branches This caused develop to be deleted. And if most people send PR's from forks of devos, this line doesn't really help much.
Pacman99
2021-05-14 22:49:39 -0700
634cfcb301flake: update digga includes fix for flk config generation
Pacman99
2021-05-14 21:27:49 -0700
ccc0fc97feflake.nix: use imports for auto-import of hosts This makes the auto-importing of hosts obvious and explicitly indicates how the options would end up getting merged.
Pacman99
2021-05-13 17:03:51 -0700
7793ab42daflake: update devlib input includes nixos option improvements and importHosts change
Pacman99
2021-05-13 16:59:52 -0700
c89dfed81cdon't import cachix in suites its already imported in the core profile
Pacman99
2021-05-12 19:18:11 -0700
67f545123cflake: format and update to devlib api changes
Pacman99
2021-05-12 12:31:43 -0700
Merge pull request #273 from Pacman99/devlib
Pacman99
2021-05-05 15:19:33 -0700
f4cd79194aadd in-tree local lib, ourlib
Pacman99
2021-05-04 21:49:16 -0700
8dabd0f569switch to devlib repo and remove in-tree lib
Pacman99
2021-05-04 21:48:49 -0700
b8f7cdbe63improve home-manager and deploy-rs integration move both to be setup in template only set home-manager options if they exist
Pacman99
2021-05-02 10:35:29 -0700
7bf605d08clib/modules: pull devlib module arg from pkgs So any overlays affecting devlib also affect the module argument
Pacman99
2021-05-02 21:05:21 -0700
deb47dbfaemove otherArguments to right side of merge for overlay list ordering, otherArguments should have priority
Pacman99
2021-05-02 11:15:44 -0700
Merge pull request #266 from Pacman99/extract-builds
Pacman99
2021-05-01 17:44:44 -0700
e98e595704pass builderArgs to config and extract builds have mkHomeConfiguration create its own custom build within the function create a externalModule for customBuilds so its easy to add more
Pacman99
2021-04-28 11:30:04 -0700
d5276195f7move overrides.nix to overlays also update overrides docs it is a pure devos overlay now, it makes sense to go in overlays
Pacman99
2021-04-27 09:38:20 -0700
e67b49c280auto-flatten coercedListOf and type fixes
Pacman99
2021-04-27 09:35:44 -0700
7f3116c1ccsafeReadDir: conver path to string for reliability
Pacman99
2021-04-27 09:30:28 -0700
466304c8cdimprove passing host and channel arguments to fup we need to filter out arguments that are added in the devos api also anything thats null in either hostDefaults and hosts has to be removed
Pacman99
2021-04-27 08:01:46 -0700
c41d3eed06drop debugging related mkFlakeConfig output was only meant for debugging, not meant to be commited
Pacman99
2021-04-26 21:32:57 -0700
278ae0e108set _module.check in evalArgs instead of mkFlake this makes more sense since evalArgs is the module and it makes the code cleaner
Pacman99
2021-04-26 21:32:26 -0700
e9675330a7add cachix to base suite to follow the new api
Pacman99
2021-04-26 19:34:18 -0700
9f31d5d6d1mkFlake: use inputs argument not self.inputs
Pacman99
2021-04-26 12:20:16 -0700
c3d8805ad6update devos template to use new api
David Arnold
2021-04-21 22:44:15 -0500
dceac02b36implement mkFlake for new api and rebase on fup
Pacman99
2021-04-25 16:50:01 -0700
f8315a293cevalArgs: general api improvements drop default channel, it is confusing and complicates api don't take nixos input, using channels is better manually pass names for outputs to improve documentation
Pacman99
2021-04-25 16:52:02 -0700
3bb26330b4switch to flake-utils-plus staging for rebase
Pacman99
2021-04-25 16:46:59 -0700