switch flake to unstable
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
description = "NixOS configuration";
|
||||
|
||||
inputs = { # All flake references
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; # Default stable nix packages
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # Default stable nix packages
|
||||
|
||||
home-manager = { # User package management
|
||||
url = "github:nix-community/home-manager/release-23.05";
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user