fmt
This commit is contained in:
15
pkgs/default.nix
Normal file
15
pkgs/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
# yanked from @fufexan
|
||||
{
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
];
|
||||
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
packages = {
|
||||
# instant repl with automatic flake loading
|
||||
repl = pkgs.callPackage ./repl { };
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user