Skip to content

Commit

Permalink
fix(nuc): Try to fix disko import
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 25, 2023
1 parent 3fa9bb9 commit 3fac9cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hosts/nuc/disko.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{inputs}: {
imports = [inputs.disko.nixosModules.disko];
{inputs}: let
inherit (inputs) disko;
in {
imports = [disko.nixosModules.disko];
disko.devices = {
disk = {
x = {
Expand Down

0 comments on commit 3fac9cc

Please sign in to comment.