diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..1bd20b2 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1746557022, + "narHash": "sha256-QkNoyEf6TbaTW5UZYX0OkwIJ/ZMeKSSoOMnSDPQuol0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "1d3aeb5a193b9ff13f63f4d9cc169fb88129f860", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-24.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/src/scripts/clean-watch.sh b/src/scripts/clean-watch.sh index 322aaf6..0c65771 100644 --- a/src/scripts/clean-watch.sh +++ b/src/scripts/clean-watch.sh @@ -1,5 +1,5 @@ #! /usr/bin/env nix-shell -#! nix-shell -i bash -p bash gnome.zenity firefox +#! nix-shell -i bash -p bash zenity firefox # Path to the list file LIST_PATH="/srv/server/jawz/.config/jawz/lists/jawz/watch.txt"