diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-13 09:34:06 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-13 09:34:06 +0200 |
commit | 2742cf5f2cb278540740204205dbcc49bdc91b55 (patch) | |
tree | 72ab4df465626c92a99cbddbfe1db688a14931f7 /nixos | |
parent | 74c0e6cbe7d435b9330b9e692fbf9306320be2ea (diff) | |
download | nixos-personal-2742cf5f2cb278540740204205dbcc49bdc91b55.tar.gz nixos-personal-2742cf5f2cb278540740204205dbcc49bdc91b55.tar.bz2 nixos-personal-2742cf5f2cb278540740204205dbcc49bdc91b55.zip |
Add build-turris.sh script
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index a825771..8d873a3 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -23,6 +23,7 @@ in { cloc openssl sterm + parted # Nix nix-prefetch-git nix-prefetch-github nix-prefetch-scripts |