mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
who let him cook
This commit is contained in:
parent
07b33bd9c8
commit
afe576fe00
2 changed files with 56 additions and 56 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue