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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
result

77
flake.lock generated Normal file
View File

@@ -0,0 +1,77 @@
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"interceptty-src": {
"flake": false,
"locked": {
"lastModified": 1564602980,
"narHash": "sha256-m1e39yEup+PAgYdqCQPEm9XpxwZfIvMFpxmwE6cfHx0=",
"owner": "geoffmeyers",
"repo": "interceptty",
"rev": "3b6fbbb748d6707a9287181eda66ff07b9629fab",
"type": "github"
},
"original": {
"owner": "geoffmeyers",
"repo": "interceptty",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1692134936,
"narHash": "sha256-Z68O969cioC6I3k/AFBxsuEwpJwt4l9fzwuAMUhCCs0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "bfd953b2c6de4f550f75461bcc5768b6f966be10",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-23.05",
"type": "indirect"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"interceptty-src": "interceptty-src",
"nixpkgs": "nixpkgs"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}

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 [