fix disko path fr

This commit is contained in:
Richard Mauer 2024-12-29 21:56:46 -05:00
parent eec9cce6ce
commit 0288f19826

View File

@ -1,6 +1,6 @@
{ config, pkgs, lib, diskoVersion, ... }:
let
disko = pkgs.callPackage ../package.nix { inherit diskoVersion; };
disko = pkgs.callPackage ../pkgs/disko/package.nix { inherit diskoVersion; };
in
{
imports = [