avoid update loops by prefixing input with path:
This commit is contained in:
parent
850d767a8c
commit
1eef77d6fc
2 changed files with 3 additions and 3 deletions
|
@ -288,11 +288,11 @@
|
|||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-krjVFFsJfKvYRvOoBkZ8xr+OEZ5nfmgf4oxmE/h6Q9c=",
|
||||
"path": "/nix/store/0blxgxs9nfzfi2fj1gy59l8660kldyci-source/shells",
|
||||
"path": "./shells",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/nix/store/0blxgxs9nfzfi2fj1gy59l8660kldyci-source/shells",
|
||||
"path": "./shells",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
shells = {
|
||||
url = "./shells";
|
||||
url = "path:./shells";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue