feat: initial commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
FROM nixos/nix
|
||||
|
||||
RUN nix-channel --add https://nixos.org/channels/nixos-23.11 nixpkgs
|
||||
RUN nix-channel --update
|
||||
|
||||
RUN nix-env -iA nixpkgs.bind
|
||||
RUN nix-env -iA nixpkgs.inetutils
|
||||
RUN nix-env -iA nixpkgs.curl
|
||||
RUN nix-env -iA nixpkgs.neovim
|
||||
RUN nix-env -iA nixpkgs.fish
|
||||
RUN nix-env -iA nixpkgs.pgcli
|
||||
RUN nix-env -iA nixpkgs.redis
|
||||
|
||||
RUN /bin/sh
|
||||
Reference in New Issue
Block a user