Make build work
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
interceptty-src.url = "github:geoffmeyers/interceptty";
|
||||
interceptty-src = {
|
||||
url = "github:geoffmeyers/interceptty";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
outputs = { self, nixpkgs, flake-utils, interceptty-src, ... }:
|
||||
flake-utils.lib.eachSystem [
|
||||
|
||||
Reference in New Issue
Block a user