feat: add sc-im
This commit is contained in:
parent
1661d78eed
commit
397d0e8d3b
6
nix/base-system/flake.lock
generated
6
nix/base-system/flake.lock
generated
@ -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": {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user