From 397d0e8d3b9c47bdfa0128d9621ee5816f0a06ab Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 4 Jul 2024 16:56:40 -0500 Subject: [PATCH] feat: add sc-im --- nix/base-system/flake.lock | 6 +++--- nix/base-system/flake.nix | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/nix/base-system/flake.lock b/nix/base-system/flake.lock index e8a8700..3f5a755 100644 --- a/nix/base-system/flake.lock +++ b/nix/base-system/flake.lock @@ -1116,11 +1116,11 @@ }, "unstable": { "locked": { - "lastModified": 1718870667, - "narHash": "sha256-jab3Kpc8O1z3qxwVsCMHL4+18n5Wy/HHKyu1fcsF7gs=", + "lastModified": 1720058333, + "narHash": "sha256-gM2RCi5XkxmcsZ44pUkKIYBiBMfZ6u7MdcZcykmccrs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9b10b8f00cb5494795e5f51b39210fed4d2b0748", + "rev": "6842b061970bf96965d66fcc86a28e1f719aae95", "type": "github" }, "original": { diff --git a/nix/base-system/flake.nix b/nix/base-system/flake.nix index fab9a1c..537c47b 100644 --- a/nix/base-system/flake.nix +++ b/nix/base-system/flake.nix @@ -252,6 +252,7 @@ EOF"; victoria-logs = pkgs.callPackage ../packages/victoria-logs.nix { }; podman = unstablePkgs.podman; podman-compose = unstablePkgs.podman-compose; + sc-im = unstablePkgs.sc-im; }) rust-overlay ]; @@ -305,7 +306,6 @@ EOF"; colima ghidra #podman-desktop # Broken on darwin right now with electron build issues. - # Note that podman expects qemu to be installed in order to use the podman machine setup. podman podman-compose qemu @@ -328,6 +328,7 @@ EOF"; # NOTE(jwall): I include these initially for nvim telescope ripgrep fd + sc-im #ocaml #opam vector