switch flake to unstable

This commit is contained in:
2023-08-11 16:10:47 +02:00
parent 68bde47d7e
commit 83bfa9fb82
7 changed files with 961 additions and 11 deletions

View File

@@ -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";
};