Skip to content

Commit

Permalink
host(satori): move back to master branch tiny-dfr
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Aug 3, 2024
1 parent 81fc0a8 commit 1e8733f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions systems/satori/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,7 @@

services.tiny-dfr = {
enable = true;
package = inputs.nixpkgs-master.legacyPackages.${pkgs.system}.tiny-dfr.overrideAttrs (_: _: {
version = "0.3.0-unstable-2024-17-18";
src = pkgs.fetchFromGitHub {
name = "tiny-dfr-source";
owner = "soopyc";
repo = "tiny-dfr";
rev = "1ffc883703f42ec6cc585d927bec2fc65a66e583";
hash = "sha256-sVDSkBDfEOsTnLWPw0TQzOOQjPbU/hWzECNAqJ5TQtg=";
};
});
package = inputs.nixpkgs-master.legacyPackages.${pkgs.system}.tiny-dfr;
settings = {
FontTemplate = "monospace";
};
Expand Down

0 comments on commit 1e8733f

Please sign in to comment.