From 40a9818bc6918249f5e670874eebf1626386fd8c Mon Sep 17 00:00:00 2001 From: reo101 Date: Thu, 25 Jul 2024 12:23:43 +0300 Subject: [PATCH] fix(nix): path to `compat.nix` Regarding `default.nix` and `shell.nix` --- default.nix | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 85fd816..f419963 100644 --- a/default.nix +++ b/default.nix @@ -1 +1 @@ -(import ./util/compat.nix).defaultNix +(import ./nix/compat.nix).defaultNix diff --git a/shell.nix b/shell.nix index 5c1866d..4656885 100644 --- a/shell.nix +++ b/shell.nix @@ -1 +1 @@ -(import ./util/compat.nix).shellNix +(import ./nix/compat.nix).shellNix