walker: use static version
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
43763391e6
commit
3eaf7234f8
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
||||||
nix-flatpak = flake "github:gmodena/nix-flatpak?ref=v0.4.1";
|
nix-flatpak = flake "github:gmodena/nix-flatpak?ref=v0.4.1";
|
||||||
nix-vscode-extensions = flake "github:nix-community/nix-vscode-extensions" // unstable "nixpkgs";
|
nix-vscode-extensions = flake "github:nix-community/nix-vscode-extensions" // unstable "nixpkgs";
|
||||||
nixd = flake "github:nix-community/nixd" // unstable "nixpkgs";
|
nixd = flake "github:nix-community/nixd" // unstable "nixpkgs";
|
||||||
walker = flake "github:abenz1267/walker" // unstable "nixpkgs";
|
walker = flake "github:abenz1267/walker?ref=v0.10.1" // unstable "nixpkgs";
|
||||||
|
|
||||||
# Server flakes
|
# Server flakes
|
||||||
conduwuit = flake "github:Myned/conduwuit" // unstable "nixpkgs";
|
conduwuit = flake "github:Myned/conduwuit" // unstable "nixpkgs";
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
};
|
};
|
||||||
walker = {
|
walker = {
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
url = "github:abenz1267/walker";
|
url = "github:abenz1267/walker?ref=v0.10.1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
|
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
|
||||||
|
|
Loading…
Reference in a new issue