feat: add devbox from nixpkgs-unstable

This commit is contained in:
Ryan Yin
2023-07-21 12:15:46 +08:00
parent 3bbe86cb55
commit cf6584ea71
2 changed files with 17 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, pkgs-unstable, ... }:
{
#############################################################
@@ -12,6 +12,8 @@
#############################################################
home.packages = with pkgs; [
pkgs-unstable.devbox
# cloud native
skopeo
docker-compose