diff options
author | EuAndreh <eu@euandre.org> | 2019-05-30 23:11:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-30 23:11:07 -0300 |
commit | e215d02457b5eb850109d43ab577c9e994fcbe7f (patch) | |
tree | c08a264de7a2d58d1563819a0e1a28ec948fd887 /nixos/os-installation.sh | |
parent | Move shellCheck derivation to utils.nix (diff) | |
download | dotfiles-e215d02457b5eb850109d43ab577c9e994fcbe7f.tar.gz dotfiles-e215d02457b5eb850109d43ab577c9e994fcbe7f.tar.xz |
Polish and use utils.fixme derivation
Diffstat (limited to 'nixos/os-installation.sh')
-rw-r--r-- | nixos/os-installation.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/os-installation.sh b/nixos/os-installation.sh index 0936f94..519ee5a 100644 --- a/nixos/os-installation.sh +++ b/nixos/os-installation.sh @@ -24,7 +24,6 @@ systemctl start display-manager # Change keyboard to pt_BR layout: loadkeys br-abnt2 -# FIXME: make it declarative # Format disk: gdisk /dev/nvme0n1 # disk found using lsblk |