mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Home: add fish function to build epimethus
This commit is contained in:
parent
6de299a51e
commit
bb9fb2643a
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
build-iso = ''
|
||||||
|
function build-iso
|
||||||
|
cd ~/.config/nixos
|
||||||
|
nix build .#nixosConfigurations.epimetheus.config.system.build.isoImage
|
||||||
|
'';
|
||||||
|
|
||||||
# Credit for these 3
|
# Credit for these 3
|
||||||
# https://www.reddit.com/r/linux/comments/1fq0za8/comment/lp1ybdn
|
# https://www.reddit.com/r/linux/comments/1fq0za8/comment/lp1ybdn
|
||||||
disks = ''
|
disks = ''
|
||||||
|
|
Loading…
Reference in a new issue