Lord-Valen
5d159417c6
💎 style
Format files
2022-11-12 06:02:28 -05:00
Chris Montgomery
446538f029
chore: update inputs to track 22.05 release channels
2022-07-09 11:15:39 -04:00
Chris Montgomery
580fc57ffa
chore: restore examples digga input branch to main
2022-04-27 20:21:50 -04:00
Chris Montgomery
64bd6388fc
darwin: standardize nix-darwin input and nixpkgs-darwin-stable usages
...
https://github.com/LnL7/nix-darwin/pull/429 was merged recently,
providing the top-level `lib` option
2022-04-27 19:20:09 -04:00
Chris Montgomery
8232e94cb4
chore: docs + formatting
2022-04-24 12:44:15 -04:00
Chris Montgomery
b4f74f5ea0
darwin: avoid checking unsupported flake outputs
2022-04-24 12:43:54 -04:00
Chris Montgomery
fbfcbd81b5
docs: comments and formatting
2022-04-24 12:27:23 -04:00
Chris Montgomery
a304ae0838
groupByConfig: add darwin host
2022-04-24 12:27:21 -04:00
Parthiv Seetharaman
9ffc49fed7
Use nixos-* not release-*
2022-04-05 11:56:20 -07:00
teutat3s
b824eb5e5d
examples: fix digga path
2022-02-23 15:23:14 -08:00
teutat3s
d168926296
Switch to release-21.11
2022-02-23 15:23:14 -08:00
GTrunSec
305a296dcf
chore: fmt
2022-02-23 15:23:14 -08:00
Parthiv Seetharaman
0014c5d509
rename current modules -> exportedModules
...
and externalModules -> modules
2022-02-23 15:23:14 -08:00
David Arnold
6267d6abf9
imp: remove default application of profileTests
...
now that we have per-host custom tests, it does not make sense anymore
to have magic lumpsum tests.
users are encouraged to use the new digga.lib.allProfilesTest standard
test and add it to a host's test like so:
`nixos.<host>.tests = [ digga.lib.allPrefilesTest ];`
2022-02-23 15:23:14 -08:00
David Arnold
fa15264d48
fix: example / tests
2022-02-23 15:23:14 -08:00
David Arnold
cd8a40c682
fix: remove deprecated accessors in examples
2022-02-23 15:23:14 -08:00
David Arnold
7587f4700e
fmt
2022-02-23 15:23:14 -08:00
David Arnold
905b26bcb8
zoink: surface regression
...
In this changeset, the `self` module argument is not actually passed.
Upstream nixpkgs, for unknown reasons does not fail with the usual
error message, presumably becuase this is sumoduleWith type, but instead
bails with an inifinite recursion.
2022-02-23 15:23:14 -08:00
David Arnold
33474e6ffa
imp: pass down self
to grouped folder layout
...
pass `self` to top level imports in the style of
`./examples/groupByConfig`
2022-02-23 15:23:14 -08:00
David Arnold
defb97a834
fmt
2022-02-23 15:23:14 -08:00
David Arnold
e5ab98071d
add groupByConfig example
2022-02-23 15:23:14 -08:00