fix local path
This commit is contained in:
parent
b1bdef2d5d
commit
65b1520697
2 changed files with 10 additions and 7 deletions
15
flake.lock
generated
15
flake.lock
generated
|
|
@ -76,14 +76,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1774781724,
|
"lastModified": 1773297127,
|
||||||
"narHash": "sha256-81GlxqpDZroeH6f+GZEM7V3VEqlLA4U/jU5e5L2yM0Y=",
|
"narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=",
|
||||||
"path": "/home/abel/src/github.com/numtide/treefmt-nix",
|
"owner": "numtide",
|
||||||
"type": "path"
|
"repo": "treefmt-nix",
|
||||||
|
"rev": "71b125cd05fbfd78cab3e070b73544abe24c5016",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/abel/src/github.com/numtide/treefmt-nix",
|
"owner": "numtide",
|
||||||
"type": "path"
|
"repo": "treefmt-nix",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"uv2nix": {
|
"uv2nix": {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
|
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
|
||||||
treefmt-nix = {
|
treefmt-nix = {
|
||||||
url = "path:/home/abel/src/github.com/numtide/treefmt-nix";
|
url = "github:numtide/treefmt-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
pyproject-nix = {
|
pyproject-nix = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue