use nix nimble

This commit is contained in:
Daylin Morgan 2024-08-17 09:35:44 -05:00
parent a3d31ad8b1
commit 8cf765129b
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -4,9 +4,9 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
};
outputs = inputs @ {
self,
outputs = {
nixpkgs,
...
}: let
inherit (nixpkgs.lib) genAttrs;
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
@ -16,7 +16,7 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
nim
nim-atlas
nimble
watchexec
nodePackages.pnpm
];