flake: fix stylix commit (helix broken)

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-23 14:50:18 +03:00
parent 12a1ba83bf
commit a8f0bb0740
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View File

@ -1257,16 +1257,17 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1745332124, "lastModified": 1745154730,
"narHash": "sha256-2lRWKSUlKTsfqLhyxXsxKcoPQG5tFQ3GbTne8/vVCQY=", "narHash": "sha256-gxPyS5pPHH9f+6S3079S6jnc/78s6TvtmEHe/KT5Aus=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "375b1de2424aac1338ee6e8b4ef15976b64b0462", "rev": "8b0d9317edd57c5374adcf6957ae4775875c2a9d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "8b0d9317edd57c5374adcf6957ae4775875c2a9d",
"type": "github" "type": "github"
} }
}, },

View File

@ -21,7 +21,7 @@
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
sops-nix.url = "github:mic92/sops-nix"; sops-nix.url = "github:mic92/sops-nix";
stylix.url = "github:danth/stylix"; stylix.url = "github:danth/stylix/8b0d9317edd57c5374adcf6957ae4775875c2a9d";
# TODO: somehow reduce the number of *.inputs.nixpkgs.follows = "nixpkgs" stuff, mb a function? # TODO: somehow reduce the number of *.inputs.nixpkgs.follows = "nixpkgs" stuff, mb a function?
blueprint.inputs.nixpkgs.follows = "nixpkgs"; blueprint.inputs.nixpkgs.follows = "nixpkgs";
chaotic.inputs.nixpkgs.follows = "nixpkgs"; chaotic.inputs.nixpkgs.follows = "nixpkgs";