1
1
Fork 0

nix: bump versions

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-12 17:05:22 -06:00
parent 2b7c173b37
commit 1e87bd80e6
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 5 additions and 4 deletions

View file

@ -28,6 +28,7 @@
nixos-hardware = flake "github:NixOS/nixos-hardware";
### Stable
# TODO: Upgrade to NixOS 24.11 stable
nixpkgs-stable = flake "github:NixOS/nixpkgs/nixos-24.05";
# Common flakes
@ -64,10 +65,10 @@
hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs";
hyprpaper = flake "github:hyprwm/hyprpaper" // 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";
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
conduwuit = flake "github:Myned/conduwuit" // unstable "nixpkgs";

View file

@ -95,7 +95,7 @@
flake = false;
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 = {
inputs.nixpkgs.follows = "nixpkgs-stable";
url = "github:nix-community/nix-index-database";
@ -130,7 +130,7 @@
};
walker = {
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;