diff --git a/flake.lock b/flake.lock index c2d6f6d..e7bcbcc 100644 --- a/flake.lock +++ b/flake.lock @@ -61,11 +61,11 @@ "shimmeringvoid": { "flake": false, "locked": { - "lastModified": 1744140761, - "narHash": "sha256-ciOI5UMLxDlAYS4HjTSf6MViEhBgHhUEYjLxP/Xv2G0=", + "lastModified": 1744143898, + "narHash": "sha256-JwcjV/uofAjyJs3xLJ57Uv7N7vkXDgovLjvwzKU5Qwo=", "ref": "refs/heads/main", - "rev": "890b7973dd522ac175e17fb6ea7d6bd74fec9565", - "revCount": 10, + "rev": "97fe5eded99a08f96e2d3f061199b0730331b60b", + "revCount": 11, "type": "git", "url": "ssh://forgejo@ssh.git.moonythm.dev/prescientmoon/shimmeringvoid.git" }, diff --git a/flake.nix b/flake.nix index f37cb89..9e20561 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ in { packages = { - inherit (pkgs) shimmeringmoon private-config; + inherit (pkgs) shimmeringmoon glass-bundler private-config; default = pkgs.shimmeringmoon; }; @@ -60,14 +60,4 @@ # }}} } ); - - # {{{ Caching and whatnot - nixConfig = { - extra-substituters = [ "https://nix-community.cachix.org" ]; - - extra-trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; - }; - # }}} }