who let him cook

This commit is contained in:
Gerg-L 2024-05-12 13:02:34 -04:00
parent 07b33bd9c8
commit afe576fe00
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 56 additions and 56 deletions

View file

@ -1,8 +1,8 @@
inputs@{ self, ... }:
inputs@{ self, unstable, ... }:
let
lib = import ./lib inputs;
in
lib.gerg-utils { } {
lib.gerg-utils (s: unstable.legacyPackages.${s}) {
inherit lib;
nixosConfigurations = lib.mkHosts "x86_64-linux" [
"gerg-desktop"