aoc-get: init helper script
This commit is contained in:
parent
7077559b3a
commit
6bb234ee6a
3 changed files with 77 additions and 0 deletions
|
|
@ -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 {};
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue