diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2be92b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +result diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..795d758 --- /dev/null +++ b/flake.lock @@ -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 +} diff --git a/flake.nix b/flake.nix index d923e6c..2d71acd 100644 --- a/flake.nix +++ b/flake.nix @@ -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 [