1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-24 16:44:52 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
David Arnold
8a21557baa imp: make fullFlake debuggable through top level repl
at:

checks.<system>.checksTest.fullFlake
2022-02-23 15:23:13 -08:00
David Arnold
cb627e067f ref: encapsulate lib tests into folder 2022-02-23 15:23:13 -08:00
Pacman99
e6b9618a32 tests: add simple devshell test 2022-02-23 15:23:13 -08:00
Pacman99
d410c2f90d tests: add host build to checks output 2022-02-23 15:22:57 -08:00
Pacman99
0bbc1decfe test mkFlake with a full flake similar to devos 2022-02-23 15:22:07 -08:00
Pacman99
9f0ecf6920 init with devos lib extraction
simple copy of devos library code
2022-02-23 15:22:07 -08:00
Pacman99
ac4c26755b init pkgs-lib, move tests and shell there 2021-04-10 13:36:54 -07:00
Timothy DeHerrera
397d2bab5e
home-manager: simple test 2021-03-26 00:31:45 -06:00
Timothy DeHerrera
436fbb08e8
tests: patched nixpkgs no longer needed 2021-03-22 23:20:42 -06:00
Pacman99
3c8d22a528 flake/tests: improve multi arch support for flake checks 2021-03-19 12:23:23 -07:00
Timothy DeHerrera
c012f2f4ed treewide cleanups and refactoring for initial tests (#157)
- [x] refactor lib into separate files, similar to NixOS/nixpkgs/lib.
- [x] refactor ci to automatically generate derivations from flake outputs
- [x] remove cluttered indirection statements throughout the codebase
- [x] refactor hosts to allow for upcoming integration tests
- [x] improve ambiguity in the existing docs 
- [x] add [BORS](https://bors.tech) support
- [x] add initial integration test
- [x] write tests documentation
- [x] test lib
- [x] improve version string generation, and do so automatically for pkgs/flake.nix sources

Clean up the codebase as best we can in preparation for #152 and add tests. From now on, all PRs will be merged with BORS.
2021-03-14 07:10:51 +00:00