diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..7fa9935 --- /dev/null +++ b/.envrc @@ -0,0 +1,4 @@ +watch_file flake.lock +watch_file flake.nix + +use flake diff --git a/flake.lock b/flake.lock index 82d8ab7..5487fd7 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1771848320, - "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", + "lastModified": 1773122722, + "narHash": "sha256-FIqHByVqxCprNjor1NqF80F2QQoiiyqanNNefdlvOg4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev": "62dc67aa6a52b4364dd75994ec00b51fbf474e50", "type": "github" }, "original": { diff --git a/package.nix b/package.nix index 9f54358..68f3303 100644 --- a/package.nix +++ b/package.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: { allowBuiltinFetchGit = true; }; - meta = with lib; { + meta = { description = "Terminal-based viewer for GitHub issues"; homepage = "https://github.com/JayanAXHF/gitv"; license = with lib.licenses; [mit unlicense];