update && pin nixpkgs to 2007595 until stylix fix https://github.com/nix-community/stylix/issues/1865
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
description = "Smayzy's nixos config (probably a violation of the geneva convention but who cares)";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
# https://github.com/nix-community/stylix/issues/1865
|
||||
# nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/2007595";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
Reference in New Issue
Block a user