1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-23 16:11:51 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Pacman99
a3c6bc7990 mkFlake: update to new fup outputsBuilder 2022-02-23 15:22:57 -08:00
GTrunSec
e5309ccab5 devshell: add ssh commands for secrets module 2022-02-23 15:22:57 -08:00
GTrunSec
d8d108ebf0 fix deploy-rs multi-arch 2022-02-23 15:22:56 -08:00
Pacman99
8b77cd1d5e Revert "shell: add packages from overlays to devshell"
This reverts commit be058ad58dd0e43c46138a073e94ca3c313401be.
2022-02-23 15:22:37 -08:00
Pacman99
2796d59a84 flake: update utils input
includes api changes to fup
2022-02-23 15:22:07 -08:00
Pacman99
9113d8641e add devshellModules option to customize devshell 2022-02-23 15:22:07 -08:00
Dusk Banks
be23ab253c shell/flk: sudo nixos-generate-config
```
$ btrfs subvol show / >/dev/null; printf "%s\n" "$?"
ERROR: Could not search B-tree: Operation not permitted
1
```

Btrfs's `ioctl()` `BTRFS_IOC_TREE_SEARCH` requires elevation.
`btrfs subvol show <path>` may be called by `nixos-generate-config`, and
if `btrfs subvol show <path>` fails then `nixos-generate-config` fails.

Fixes `flk up` failures due to the presence of Btrfs volumes.
2022-02-23 15:22:07 -08:00
Pacman99
0c98c652b3 shell: use eval-config.nix with pkgs.path
This will always work and doesn't rely on fup features
2022-02-23 15:22:07 -08:00
Pacman99
5527237614 evalArgs: use submoduleWith for channels
allows `imports` key to be set without setting option as a function
2022-02-23 15:22:07 -08:00
Pacman99
6c724df96e importers: dedicated importers for api arguments 2022-02-23 15:22:07 -08:00
Pacman99
d60e3b4ec6 tree: rename devlib -> digga 2022-02-23 15:22:07 -08:00
Pacman99
e4424d7d67 shell: get nixosSystem from pkgs.input
fixes devshell since lib no longer includes nixosSystem
2022-02-23 15:22:07 -08:00
Pacman99
e72f220ab5 evalArgs: use submoduleWith for nixos/home options
This sets shorthandOnlyDefinesConfig to false by default. Which means
those definitions can easily make use of the `imports` key. Without this,
they would have to pass a function to the options.
2022-02-23 15:22:07 -08:00
Pacman99
7921efd17c importHosts: output under the hosts attribute
This means the functions output can be used as a module and imported in
mkFlake arguments
2022-02-23 15:22:07 -08:00
Pacman99
0b59ee4015 check if home-manager input or output exists 2022-02-23 15:22:07 -08:00
Pacman99
a489a954fd Move library code to src/ and cleanup folders 2022-02-23 15:22:07 -08:00