frumar: znapzend frumar-new dataset

master
Yorick van Pelt 2023-04-11 15:39:27 +02:00
parent ffd4ff9fe9
commit 8fd5d8fbd4
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
4 changed files with 8 additions and 2 deletions

View File

@ -95,7 +95,6 @@
nixpkgs-mozilla.overlay
emacs-overlay.overlay
agenix.overlay
nix-npm-buildpackage.overlays.default
(import ./fixups.nix)
(import ./pkgs)
(import ./pkgs/mdr.nix)
@ -106,6 +105,7 @@
overlays = [ ];
};
flake-inputs = inputs;
nix-npm-buildpackage = nix-npm-buildpackage.legacyPackages."${final.system}";
})
(import ./nixos/overlay.nix)
];

View File

@ -173,6 +173,7 @@ in {
borgbackup
bup
# catdoc
# todo (upgrade): trurl
expect
fzf
fx

View File

@ -269,6 +269,9 @@
sendRaw = true;
};
zetup = {
"frumar-new" = {
plan = "1w=>6h,1m=>1w,1y=>1m,2y=>6m,50y=>1y";
};
"frumar-new/plexmedia" = {
plan = "1w=>6h,1m=>1w,1y=>1m,2y=>6m,50y=>1y";
};

View File

@ -34,7 +34,9 @@
'';
});
wayland-push-to-talk-fix = self.callPackage ./wayland-push-to-talk-fix.nix {};
y-deployer = self.callPackage ../deployer/package.nix {};
y-deployer = self.callPackage ../deployer/package.nix {
inherit (self.nix-npm-buildpackage) buildYarnPackage;
};
grott = self.callPackage ./grott.nix {};
python3 = super.python3.override {
packageOverrides = pyself: pysuper: {