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 640a554 commit ae3743fCopy full SHA for ae3743f
1 file changed
templates/advanced/flake.toml
@@ -5,6 +5,12 @@ url = "github:nixos/nixpkgs/nixpkgs-unstable"
5
url = "github:numtide/devshell"
6
inputs.nixpkgs.follows = "nixpkgs"
7
8
+
9
+# Allow devshell.toml to load relative imports
10
+[inputs.devshell_toml]
11
+url = "path:./devshell.toml"
12
+flake = false;
13
14
# Custom exposed systems
15
[inputs.systems]
16
url = "path:./systems.nix"
0 commit comments