Skip to content

Commit

Permalink
containers/editor-basic: init
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <lucas59356@gmail.com>
  • Loading branch information
lucasew committed Dec 10, 2024
1 parent 8ff48bd commit adf4ce3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/containers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
gzip,
which,
curl,
vim,
less,
wget,
man,
Expand Down Expand Up @@ -74,6 +75,7 @@ let
coreutils-full
]
++ lib.optionals interactive [
vim
gawk
gnutar
gzip
Expand Down
10 changes: 10 additions & 0 deletions nix/containers/editor-basic/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ helix
, ...
}:

{
interactive = true;
contents = [
helix
];
}

0 comments on commit adf4ce3

Please sign in to comment.