Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
systems = ["x86_64-linux"];
|
||||
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages = {
|
||||
# instant repl with automatic flake loading
|
||||
repl = pkgs.callPackage ./repl {};
|
||||
|
||||
apple-fonts = pkgs.callPackage ./Apple-Fonts {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user