Bump shimmeringvoid
This commit is contained in:
parent
42d7de0bb1
commit
e78fc06a89
|
@ -61,11 +61,11 @@
|
||||||
"shimmeringvoid": {
|
"shimmeringvoid": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744140761,
|
"lastModified": 1744143898,
|
||||||
"narHash": "sha256-ciOI5UMLxDlAYS4HjTSf6MViEhBgHhUEYjLxP/Xv2G0=",
|
"narHash": "sha256-JwcjV/uofAjyJs3xLJ57Uv7N7vkXDgovLjvwzKU5Qwo=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "890b7973dd522ac175e17fb6ea7d6bd74fec9565",
|
"rev": "97fe5eded99a08f96e2d3f061199b0730331b60b",
|
||||||
"revCount": 10,
|
"revCount": 11,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://forgejo@ssh.git.moonythm.dev/prescientmoon/shimmeringvoid.git"
|
"url": "ssh://forgejo@ssh.git.moonythm.dev/prescientmoon/shimmeringvoid.git"
|
||||||
},
|
},
|
||||||
|
|
12
flake.nix
12
flake.nix
|
@ -25,7 +25,7 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
packages = {
|
packages = {
|
||||||
inherit (pkgs) shimmeringmoon private-config;
|
inherit (pkgs) shimmeringmoon glass-bundler private-config;
|
||||||
default = pkgs.shimmeringmoon;
|
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="
|
|
||||||
];
|
|
||||||
};
|
|
||||||
# }}}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue