aoc-get: init helper script

This commit is contained in:
Antoine Martin 2021-12-06 15:05:29 +01:00
parent 7077559b3a
commit 6bb234ee6a
3 changed files with 77 additions and 0 deletions

View file

@ -18,9 +18,15 @@
nixpkgs-fmt
rust-analyzer
myRust
self.packages.${system}.aoc-get
];
RUST_SRC_PATH = "${pkgs.rust-bin.stable.latest.rust-src}/lib/rustlib/src/rust/library";
};
packages = {
aoc-get = pkgs.callPackage ./aoc-get {};
};
});
}