Skip to content

Commit

Permalink
uninstall daml/canton and fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo committed Apr 20, 2024
1 parent a59c664 commit 4968bbc
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions cells/homemanager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ in {
username = user.username;
stateVersion = "23.05"; # See https://nixos.org/manual/nixpkgs/stable for most recent version
sessionVariables = {
DAML_HOME = getPkgOutPath {
pkgs = packages;
name = "daml-sdk";
};
# DAML_HOME = getPkgOutPath {
# pkgs = packages;
# name = "daml-sdk";
# };
PKG_CONFIG_PATH = "${(getPkgOutPath {
pkgs = packages;
name = "openssl";
Expand Down
2 changes: 1 addition & 1 deletion cells/homemanager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in {
(wrapHelm kubernetes-helm {plugins = [kubernetes-helmPlugins.helm-secrets kubernetes-helmPlugins.helm-diff];})
kustomize
lorri
nixfmt
nixfmt-classic
nodejs-18_x
operator-sdk
open-interpreter
Expand Down
2 changes: 1 addition & 1 deletion cells/homemanager/programs/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
zsh = {
enable = user.zsh or true;
enableCompletion = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
shellAliases = {
ll = "ls -alh";
Expand Down
4 changes: 2 additions & 2 deletions cells/users/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ in {
github_username = "allthatjazzleo";
packages = pkgs:
with pkgs; [
canton
daml
# canton
# daml
discord
iterm2
jetbrains.goland
Expand Down
42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4968bbc

Please sign in to comment.