added nix-shell compatibility

This commit is contained in:
Bryan Ramos 2024-05-14 11:09:49 -04:00
parent b6db2c98b6
commit 35a736c5de
2 changed files with 9 additions and 5 deletions

View file

@ -80,10 +80,6 @@
];
};
devShells.${system}.default = with pkgs; mkShell {
packages = [
just
];
};
devShells.${system}.default = pkgs.callPackage ./shell.nix {};
};
}