Skip to content

Commit

Permalink
added minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhmancs committed Nov 17, 2024
1 parent 306433b commit ef12407
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions machines/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
...
}: let
inherit (inputs) self nixpkgs;
# inherit (inputs.self) lib; # I need mkService
# inherit (lib) mkNixosIso;
inherit (nixpkgs) lib;
inherit (inputs.self) lib; # I need mkService
inherit (lib) mkNixosIso;

# Inputs
hw = inputs.nixos-hardware.nixosModules; # hardware compat for pi4 and other quirky devices
Expand Down

0 comments on commit ef12407

Please sign in to comment.