flake.nix: add stable nixpkgs, remove hy3
This commit is contained in:
parent
50d2b334ad
commit
24be21299d
1 changed files with 2 additions and 5 deletions
|
@ -14,6 +14,8 @@
|
|||
|
||||
# Unstable nixpkgs baby!
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
# Lix, a faster nix fork.
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
|
||||
|
@ -44,11 +46,6 @@
|
|||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
|
||||
hy3 = {
|
||||
url = "github:outfoxxed/hy3";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
|
||||
# Treefmt provides formatting for all files in my flake.
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue