This website requires JavaScript.
Explore
Help
Sign In
divnix
/
digga
Watch
1
Star
1
Fork
0
You've already forked digga
mirror of
https://github.com/divnix/digga.git
synced
2024-12-24 16:44:52 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
14e7ace5c0
digga
/
examples
/
devos
/
shell
/
default.nix
9 lines
100 B
Nix
Raw
Normal View
History
Unescape
Escape
imp: use bud nixos-/devhsllModules and hide rebiding both modules depend on `self`/`inputs` available as special args for both, devshell & nixos modules, so bump to an improved `digga`, as well.
2021-07-21 07:36:41 +03:00
{
self
,
inputs
,
.
.
.
}:
fmt
2021-07-17 00:01:25 +03:00
{
cli: remove bud This has been planned for some time. It seems necessary to do so now because after updating inputs to track NixOS 22.05 channels and releases, checks fail unexpectedly, with the traces leading back to `bud`. Disabling its modules allows checks to run successfully. Rather than figuring out what's going wrong with `bud`, it seems more appropriate to remove it as planned.
2022-07-09 23:24:47 +03:00
modules
=
with
inputs
;
[
]
;
Update flake to use new moddules options
2021-09-24 21:40:53 +03:00
exportedModules
=
[
imp: use bud nixos-/devhsllModules and hide rebiding both modules depend on `self`/`inputs` available as special args for both, devshell & nixos modules, so bump to an improved `digga`, as well.
2021-07-21 07:36:41 +03:00
./devos.nix
ref: move devshell module here to `devos` again
2021-07-08 03:31:12 +03:00
]
;
}
imp: use bud nixos-/devhsllModules and hide rebiding both modules depend on `self`/`inputs` available as special args for both, devshell & nixos modules, so bump to an improved `digga`, as well.
2021-07-21 07:36:41 +03:00
Reference in New Issue
Copy Permalink