diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-07-25 09:10:59 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-07-25 09:10:59 +0100 |
commit | 1e899de37bd1cb86af34ff74395a91f992754dd2 (patch) | |
tree | 611e36cb425882e4513c26e36ea79b376c643c30 /nix-conf/home/includes | |
parent | c54944db90c22ad70c80543eba0cf5c3c8417e44 (diff) | |
download | dotfiles-1e899de37bd1cb86af34ff74395a91f992754dd2.tar.gz |
Use wcurl everywhere
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/common.nix | 2 | ||||
-rw-r--r-- | nix-conf/home/includes/darwin.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index ff197fd..27b4d79 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -3,6 +3,7 @@ let hcr = pkgs.callPackage ./scripts/hm-changes-report.nix { inherit config pkgs; }; scr = pkgs.callPackage ./scripts/system-changes-report.nix { inherit config pkgs; }; email = builtins.readFile "${config.home.homeDirectory}/email.txt"; + unstable = import <unstable> { }; in { imports = [ @@ -70,6 +71,7 @@ in uni w3m zstd + unstable.wcurl ]; nix = { diff --git a/nix-conf/home/includes/darwin.nix b/nix-conf/home/includes/darwin.nix index 4256294..8bb21ed 100644 --- a/nix-conf/home/includes/darwin.nix +++ b/nix-conf/home/includes/darwin.nix @@ -57,7 +57,6 @@ in #python310Packages.sqlparse sqls vimpc - wcurl wget ]; |