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": {
|
"unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718870667,
|
"lastModified": 1720058333,
|
||||||
"narHash": "sha256-jab3Kpc8O1z3qxwVsCMHL4+18n5Wy/HHKyu1fcsF7gs=",
|
"narHash": "sha256-gM2RCi5XkxmcsZ44pUkKIYBiBMfZ6u7MdcZcykmccrs=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9b10b8f00cb5494795e5f51b39210fed4d2b0748",
|
"rev": "6842b061970bf96965d66fcc86a28e1f719aae95",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -252,6 +252,7 @@ EOF";
|
|||||||
victoria-logs = pkgs.callPackage ../packages/victoria-logs.nix { };
|
victoria-logs = pkgs.callPackage ../packages/victoria-logs.nix { };
|
||||||
podman = unstablePkgs.podman;
|
podman = unstablePkgs.podman;
|
||||||
podman-compose = unstablePkgs.podman-compose;
|
podman-compose = unstablePkgs.podman-compose;
|
||||||
|
sc-im = unstablePkgs.sc-im;
|
||||||
})
|
})
|
||||||
rust-overlay
|
rust-overlay
|
||||||
];
|
];
|
||||||
@ -305,7 +306,6 @@ EOF";
|
|||||||
colima
|
colima
|
||||||
ghidra
|
ghidra
|
||||||
#podman-desktop # Broken on darwin right now with electron build issues.
|
#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
|
||||||
podman-compose
|
podman-compose
|
||||||
qemu
|
qemu
|
||||||
@ -328,6 +328,7 @@ EOF";
|
|||||||
# NOTE(jwall): I include these initially for nvim telescope
|
# NOTE(jwall): I include these initially for nvim telescope
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
|
sc-im
|
||||||
#ocaml
|
#ocaml
|
||||||
#opam
|
#opam
|
||||||
vector
|
vector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user