Skip to content

Commit ae3743f

Browse files
committed
Test overriding devshell input
1 parent 640a554 commit ae3743f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

templates/advanced/flake.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ url = "github:nixos/nixpkgs/nixpkgs-unstable"
55
url = "github:numtide/devshell"
66
inputs.nixpkgs.follows = "nixpkgs"
77

8+
9+
# Allow devshell.toml to load relative imports
10+
[inputs.devshell_toml]
11+
url = "path:./devshell.toml"
12+
flake = false;
13+
814
# Custom exposed systems
915
[inputs.systems]
1016
url = "path:./systems.nix"

0 commit comments

Comments
 (0)