We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791377c commit ad37621Copy full SHA for ad37621
default.nix
@@ -1,6 +1,6 @@
1
(import (
2
let
3
- lock = builtins.fromJSON (builtins.readFile ./modules/flake/_dev/flake.lock);
+ lock = builtins.fromJSON (builtins.readFile ./dev/flake.lock);
4
nodeName = lock.nodes.root.inputs.flake-compat;
5
in
6
fetchTarball {
shell.nix
0 commit comments