Skip to content

Commit ad37621

Browse files
fix(compat): point to correct flake path
1 parent 791377c commit ad37621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(import (
22
let
3-
lock = builtins.fromJSON (builtins.readFile ./modules/flake/_dev/flake.lock);
3+
lock = builtins.fromJSON (builtins.readFile ./dev/flake.lock);
44
nodeName = lock.nodes.root.inputs.flake-compat;
55
in
66
fetchTarball {

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(import (
22
let
3-
lock = builtins.fromJSON (builtins.readFile ./modules/flake/_dev/flake.lock);
3+
lock = builtins.fromJSON (builtins.readFile ./dev/flake.lock);
44
nodeName = lock.nodes.root.inputs.flake-compat;
55
in
66
fetchTarball {

0 commit comments

Comments
 (0)