Commit Graph

  • 377381de51 export pathsIn in lib and update devos input Pacman99 2021-04-26 11:34:24 -0700
  • ceef51425e init unifyOverlays: to pass channels to overlays Only to those with three arguments Pacman99 2021-04-25 16:46:02 -0700
  • 3986cc441b pkgs-lib: don't system space functions have each function take pkgs as an argument, so a nixpkgs isn't created just for pkgs-lib and they support more systems Pacman99 2021-04-25 16:36:48 -0700
  • ba01aa7db7 mkSuites: generalize for one profile/suite pair Pacman99 2021-04-26 10:52:26 -0700
  • 59383e871f modules: drop any logic already done by fup this includes creating multiPkgs, and dropping options already set by fup Pacman99 2021-04-25 16:22:33 -0700
  • abd133c244 make devosSystem construct a proper nixos builder Get self and inputs during construction, and rely on specialArgs.channel for nixos flake Pacman99 2021-04-25 16:21:40 -0700
  • c0d6453b08
    Merge pull request #265 from Pacman99/collect-profiles Pacman99 2021-04-26 09:58:57 -0700
  • 2cab5b5d2b add and use lib.collectProfiles this function collects profiles recursively Pacman99 2021-04-25 20:53:16 -0700
  • 60bfb24af1
    Merge pull request #263 from Pacman99/devos-modules Pacman99 2021-04-24 14:48:00 -0700
  • 82b73cf63a
    Merge #261 bors[bot] 2021-04-24 21:45:12 +0000
  • 58c7d04036 extract iso/hm config modules to lib.modules Pacman99 2021-04-24 09:10:10 -0700
  • 4e28ec2d8e devosSystem: fix iso build - can't remove core Pacman99 2021-04-23 23:51:51 -0700
  • 2d9ea0d27e lib: init modules and move mkHosts modules there This helps to split up the code in mkHosts and creates a place where we can store modules relevent to devos. It will also be easier to remove unecessary parts of each module in the future when they are all compartmentalized. Pacman99 2021-04-24 08:56:51 -0700
  • 7a825bbeb6 ci: update bors.toml for new pipeline Timothy DeHerrera 2021-04-22 00:32:00 -0600
  • b03fd1496d pkgs: fix flake hash Timothy DeHerrera 2021-04-21 23:40:44 -0600
  • ae357cb098 Check & Upload to Cache with GitHub Action Timothy DeHerrera 2021-04-21 23:39:03 -0600
  • e6f548e723
    Merge pull request #262 from Pacman99/simplify-mkflakedoc Pacman99 2021-04-24 13:10:33 -0700
  • a53aa8b7eb lib: drop jobs output, prefer checks and packages With mkFlakeDoc in packages there is no need for jobs. And I think anything that could go in jobs really should go in checks or packages. If something needs to be tested - checks, if something needs to be built - packages. jobs is not multi-arch and is redundant to build/test things with when official flake outputs exist Pacman99 2021-04-24 08:37:23 -0700
  • 1cd4ed136a mkFlakeDoc: move to packages output the packages output allows us to do nix build .#nixosOptionsDoc. theres also already an instantiated nixpkgs available there. Pacman99 2021-04-24 08:14:58 -0700
  • 832d3bd697 profilesTest/mkHosts: include host's configuration Pacman99 2021-04-24 00:08:49 -0700
  • 12b41f2448 devosSystem: fix iso build - can't remove core Pacman99 2021-04-23 23:51:51 -0700
  • f702ca1337
    Merge pull request #260 from Pacman99/format-fixes Pacman99 2021-04-23 23:47:43 -0700
  • eab0bf074c lib: one line for arguments, drop userFlake* Also format all files and add a flake.lock for lib for a folder thats meant to work on other flakes theres never a reason it should need to refer to itself, only other flakes. So "self" and "inputs" are better namings for these variables. The userFlake* is redundant and confusing, when trying to call the functions its hard to figure out how to use them when there are now two lines of arguments to figure out. Pacman99 2021-04-23 18:13:03 -0700
  • fe9ba26561 evalArgs: cleanup module and type references fix pathTo and coercedList types add modulesModule to also include modules option under home Pacman99 2021-04-23 17:59:01 -0700
  • 1240356b37 doc: fix grammar: "your" -> "you're" Raphael Borun Das Gupta 2021-04-23 01:10:02 +0200
  • 3322bf5fe6
    Merge pull request #256 from blaggacao/da/renamings Pacman99 2021-04-21 19:50:17 -0700
  • eea4e40d7e
    ref: config -> hosts | nixos -> os David Arnold 2021-04-21 21:44:08 -0500
  • 8fdd66859c
    Merge pull request #255 from Pacman99/type-improvements Pacman99 2021-04-21 18:40:13 -0700
  • f3defb486d used coercedTo for typing and improve options allow lists, nested lists, and non-lists for list like options drop config.<name>.externalModules Pacman99 2021-04-12 08:42:22 -0700
  • a44fcf6d9d
    Merge pull request #251 from divnix/api-next David Arnold 2021-04-21 19:02:51 -0500
  • 24dbb2b323
    add mkFlakeDoc to pkgs-lib to build options doc Pacman99 2021-04-11 22:27:59 -0700
  • 239386b5f8
    Merge branch 'core' into api-next David Arnold 2021-04-19 00:02:29 -0500
  • a714cf466d
    fix: various left-overs David Arnold 2021-04-18 23:48:19 -0500
  • 03e28433ce
    README.md: fix guide link Timothy DeHerrera 2021-04-18 21:42:54 -0600
  • 8134350545
    ref: simplify pkgs-lib deps injection David Arnold 2021-04-18 22:40:53 -0500
  • c67877c2eb Update Changelog for tag nrdxp 2021-04-19 03:36:39 +0000
  • 9eeddb8dac
    Merge pull request #235 from divnix/release-0.9.0 Timothy DeHerrera 2021-04-18 21:32:53 -0600
  • 362cc31827
    fix: constructors of mkFlake function family David Arnold 2021-04-18 22:29:28 -0500
  • 50eaa4d0ba
    remove community action Timothy DeHerrera 2021-04-18 21:25:21 -0600
  • dba178dc1f
    build docs new location Timothy DeHerrera 2021-04-18 21:20:36 -0600
  • 6f0392b55e ref: cave out instances of userFLake dependencies and intject them as if functions where contructors David Arnold 2021-04-18 22:00:49 -0500
  • 40acfd13e3 use: makeExtensible David Arnold 2021-04-18 21:45:08 -0500
  • be924bcb27 ref: reduce exposure to callLibs David Arnold 2021-04-17 21:29:45 -0500
  • e1e0f99af9
    suites: move to profles/suites.nix Timothy DeHerrera 2021-04-18 21:13:12 -0600
  • e13a65b33c
    overrides: move to extern Timothy DeHerrera 2021-04-18 21:06:47 -0600
  • f254304796
    mv nix/ci.nix directly to default.nix Timothy DeHerrera 2021-04-18 21:00:45 -0600
  • 127cb25bd1
    lib: move compat to lib Timothy DeHerrera 2021-04-18 20:51:47 -0600
  • fbce126f4d
    cachix: move out of root and into profile Timothy DeHerrera 2021-04-18 20:43:37 -0600
  • 2d91946745
    doc: move all docs under doc Timothy DeHerrera 2021-04-18 20:26:27 -0600
  • 048171ecaf
    lib: improve profileMap for added convenience Timothy DeHerrera 2021-04-09 19:42:33 -0600
  • 9dca402914 ref: make onion with flake-utils David Arnold 2021-04-17 20:56:24 -0500
  • 6cccb55263 ref: userSelf -> userFlakeSelf David Arnold 2021-04-18 19:35:11 -0500
  • cd7fb4f54c ref: flatten out inputs David Arnold 2021-04-17 20:46:20 -0500
  • 16b3fad559 ref: merge dev into lib David Arnold 2021-04-17 20:35:05 -0500
  • fb6c6ba4cf
    fix: update devos in flake.lock David Arnold 2021-04-18 19:15:53 -0500
  • c24199649a fixup: distinguish self and userSelf David Arnold 2021-04-18 18:30:07 -0500
  • 19c900e293 workarround for unkown problem David Arnold 2021-04-18 17:45:51 -0500
  • 6116779b23 fixup: nix flake check II / II David Arnold 2021-04-18 17:40:57 -0500
  • 21a03fa94c fixup: nix flake check I / X David Arnold 2021-04-18 17:23:27 -0500
  • 5f89d27428 ref: extract lib into subflake David Arnold 2021-04-01 21:10:24 -0500
  • 863c17621c libtests: outfactor in preparation of lib/flake.nix David Arnold 2021-04-17 19:30:55 -0500
  • 0db2bb041e add old evalArgs as evalOldArgs, so flake works Pacman99 2021-04-13 11:24:10 -0700
  • 2b70cd3ae6 fix some small bugs in mkFlake/evalArgs Pacman99 2021-04-11 22:25:37 -0700
  • 8d0c036b6b
    Merge pull request #239 from Pacman99/evalargs-next Pacman99 2021-04-11 20:10:52 -0700
  • b7bcaea497 Update evalArgs to match the new planned api Pacman99 2021-04-11 20:01:13 -0700
  • 658cd2bb08 pkgs-lib/shell: update to new homeConfigurations flk should switch to use home-manager --flake whenever the updated package is made available in the hm flake or nixpkgs Pacman99 2021-04-11 10:24:00 -0700
  • 401566af34 lib/pkgs-lib: update checks for new hm format Pacman99 2021-04-10 22:13:54 -0700
  • 8ba7bffc3f export users home for home-manager --flake home-manager --flake needs the activationPackage in the root of the homeConfiguration Pacman99 2021-04-10 22:04:49 -0700
  • d5175f6cca
    Merge #236 bors[bot] 2021-04-10 21:01:33 +0000
  • 1f25b0b061
    Merge #227 bors[bot] 2021-04-10 20:44:48 +0000
  • ac4c26755b init pkgs-lib, move tests and shell there Pacman99 2021-04-10 10:59:10 -0700
  • be4b612b23
    treewide: format with nixpkgs-fmt Timothy DeHerrera 2021-04-09 19:22:08 -0600
  • 3daa990728
    fix userSpecialArgs defaults (#234) Pacman99 2021-04-09 10:03:42 -0700
  • 1838e9fe2f
    Merge #233 bors[bot] 2021-04-09 03:33:30 +0000
  • 18dbc7d0e4
    Revert "drop toString in evalArgs - trying to fix CI" Timothy DeHerrera 2021-04-08 21:18:08 -0600
  • eaff91c0f9
    Revert "drop toString in pathsIn - trying to fix CI issues" Timothy DeHerrera 2021-04-08 21:17:24 -0600
  • ab2919df21
    core: add usbutils David Arnold 2021-04-08 22:03:38 -0500
  • 3823eb6423
    Merge #231 bors[bot] 2021-04-09 02:58:30 +0000
  • 306e7c1967
    Merge #229 bors[bot] 2021-04-07 02:04:27 +0000
  • 115f1e6711 make core an unecessary profile and add to suites Prevents mkHosts subverting standard devos api to import core and add all necessary core features to mkHosts, so core can be safely deleted in suites Pacman99 2021-04-03 08:09:36 -0700
  • a253033931 drop toString in evalArgs - trying to fix CI Pacman99 2021-04-06 17:33:05 -0700
  • 930b3e96b4 drop toString in pathsIn - trying to fix CI issues Pacman99 2021-04-06 17:02:30 -0700
  • d068d79bfd flake: use mkFlake this is where we create devos's template structure Pacman99 2021-03-26 11:59:10 -0700
  • 340784df6d lib: init evalFlakeArgs for mkFlake args module describing devos flake arguments Pacman99 2021-03-26 11:57:24 -0700
  • a76ca177fd lib: init mkFlake to create a devos flake general lib function - not devos specific Pacman99 2021-03-30 11:10:58 -0700
  • 2c3f17a458 Fix documentation mistake after project rename lycheese 2021-04-03 16:25:28 +0200
  • 01b0555117
    Merge #225 bors[bot] 2021-04-01 20:08:55 +0000
  • 3d1501c384 lib: only readDir if path exists with safeReadDir Pacman99 2021-03-30 12:47:54 -0700
  • f14dcdaf78
    Merge #224 bors[bot] 2021-03-29 17:22:20 +0000
  • ed17d9e99f
    Merge #216 bors[bot] 2021-03-29 17:19:51 +0000
  • 7650526407 isoConfig: fix disabling profiles convert each to a list which doesn't get appended to modulesPath Pacman99 2021-03-29 09:54:02 -0700
  • 259ec11d92 tests: init testSuites to test suites and profile processing Pacman99 2021-03-28 15:05:47 -0700
  • 92700888b7 flake: update to use mkSuites and mkHosts Pacman99 2021-03-26 08:38:42 -0700
  • ec7eff63eb move hosts implementation logic to lib as mkHosts Pacman99 2021-03-20 09:37:03 -0700
  • 7ebd6b5730 move suites implementation logic to lib as mkSuites Pacman99 2021-03-20 09:36:14 -0700
  • 8ab865a853 lib/mkProfileAttrs: don't change to path store paths can't be appended to a path Pacman99 2021-03-23 12:05:30 -0700
  • b3aa38702b lib/pathsToImportedAttrs: allow directories check if directory has a default.nix and use directory name as key Pacman99 2021-03-27 23:18:27 -0700
  • ef1ee6e6b8
    Merge #217 bors[bot] 2021-03-27 17:31:26 +0000
  • e10fd4b319 shell: get extern and overrides to pass to mkpkgs Pacman99 2021-03-27 09:21:27 -0700
  • 562f476fb5 lib/mkPkgs: fix function arguments take extern and overrides as arguments as to not import external files get inputs as a function dependency from callLib Pacman99 2021-03-26 09:54:37 -0700