simplify CI
* I didn't know what I was doing when I set up Hydra * it's not certain that I do now either, but hey ho
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
{
|
||||
liminix
|
||||
, nixpkgs
|
||||
}:
|
||||
let
|
||||
overlay = import "${liminix}/overlay.nix";
|
||||
overlay = import <liminix/overlay.nix>;
|
||||
pkgs = import <nixpkgs> { overlays = [overlay]; };
|
||||
script = pkgs.writeFennel "foo" {} ./hello.fnl;
|
||||
inherit (pkgs.lua.pkgs) fifo;
|
||||
|
Reference in New Issue
Block a user