initial commit
This commit is contained in:
commit
1efde7694d
22 changed files with 1038 additions and 0 deletions
9
justfile
Normal file
9
justfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
repl:
|
||||
nix repl --expr "\
|
||||
let \
|
||||
flake = builtins.getFlake \"$(git rev-parse --show-toplevel)\"; in \
|
||||
flake // (with flake; { \
|
||||
lib = inputs.nixpkgs.lib; \
|
||||
pkgs = inputs.nixpkgs.legacyPackages."\${builtins.currentSystem}".extend(import ./pkgs inputs); \
|
||||
}) \
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue