Make build work

This commit is contained in:
2023-08-17 10:16:35 +03:00
parent bd2b9ac0fa
commit e69f76bbbb
3 changed files with 82 additions and 1 deletions

View File

@@ -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 [