update && pin nixpkgs to 2007595 until stylix fix https://github.com/nix-community/stylix/issues/1865
nixos config pipeline / show-flake (push) Successful in 38s
nixos config pipeline / deploy (push) Successful in 1m22s

This commit is contained in:
smayzy
2025-09-02 19:25:42 +02:00
parent 7ffe9399e7
commit c97a14d603
2 changed files with 27 additions and 25 deletions
+3 -1
View File
@@ -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";