mirror of
https://github.com/mx42/aoc2024.rs.git
synced 2026-01-13 21:39:53 +01:00
feat: add minimalistic nix shell
This commit is contained in:
7
default.nix
Normal file
7
default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.cargo
|
||||
pkgs.rustc
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user