update path

This commit is contained in:
Richard Mauer 2024-12-29 21:50:33 -05:00
parent 8b7afdd3c2
commit eec9cce6ce

View File

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