aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-02-03 15:44:44 +0000
committerAria <me@aria.rip>2023-02-03 15:44:44 +0000
commit8c3b1aee5a253416523de78877ae03c3868cc62c (patch)
treef51e8d0049ad439bea7f4c32c714f4ce29e41e2c /flake.nix
parenta6c9dba25ad9204ebde302728eb2a75532497f37 (diff)
first version
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3f12c82..fcd446d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,6 +34,7 @@
nativeBuildInputs = with pkgs; [
go
gopls
+ charm
];
};
}