nix: bump versions
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
2b7c173b37
commit
1e87bd80e6
2 changed files with 5 additions and 4 deletions
|
@ -28,6 +28,7 @@
|
||||||
nixos-hardware = flake "github:NixOS/nixos-hardware";
|
nixos-hardware = flake "github:NixOS/nixos-hardware";
|
||||||
|
|
||||||
### Stable
|
### Stable
|
||||||
|
# TODO: Upgrade to NixOS 24.11 stable
|
||||||
nixpkgs-stable = flake "github:NixOS/nixpkgs/nixos-24.05";
|
nixpkgs-stable = flake "github:NixOS/nixpkgs/nixos-24.05";
|
||||||
|
|
||||||
# Common flakes
|
# Common flakes
|
||||||
|
@ -64,10 +65,10 @@
|
||||||
hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs";
|
hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs";
|
||||||
hyprpaper = flake "github:hyprwm/hyprpaper" // unstable "nixpkgs";
|
hyprpaper = flake "github:hyprwm/hyprpaper" // unstable "nixpkgs";
|
||||||
hyprpicker = flake "github:hyprwm/hyprpicker" // unstable "nixpkgs";
|
hyprpicker = flake "github:hyprwm/hyprpicker" // unstable "nixpkgs";
|
||||||
nix-flatpak = flake "github:gmodena/nix-flatpak?ref=v0.4.1";
|
nix-flatpak = flake "github:gmodena/nix-flatpak?ref=v0.5.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?ref=v0.10.1" // unstable "nixpkgs";
|
walker = flake "github:abenz1267/walker?ref=v0.10.15" // unstable "nixpkgs";
|
||||||
|
|
||||||
# Server flakes
|
# Server flakes
|
||||||
conduwuit = flake "github:Myned/conduwuit" // unstable "nixpkgs";
|
conduwuit = flake "github:Myned/conduwuit" // unstable "nixpkgs";
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
url = "github:Rawa/lifx-cli";
|
url = "github:Rawa/lifx-cli";
|
||||||
};
|
};
|
||||||
nix-flatpak.url = "github:gmodena/nix-flatpak?ref=v0.4.1";
|
nix-flatpak.url = "github:gmodena/nix-flatpak?ref=v0.5.1";
|
||||||
nix-index-database-stable = {
|
nix-index-database-stable = {
|
||||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||||
url = "github:nix-community/nix-index-database";
|
url = "github:nix-community/nix-index-database";
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
};
|
};
|
||||||
walker = {
|
walker = {
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
url = "github:abenz1267/walker?ref=v0.10.1";
|
url = "github:abenz1267/walker?ref=v0.10.15";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
|
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
|
||||||
|
|
Loading…
Reference in a new issue