[fix] flake.nix: track upstream stylix

[stylix/#244][1] has been merged so I can finally stop using my fork
(also I deleted that branch so it broke :p).

[1]: <https://github.com/danth/stylix/pull/244>
This commit is contained in:
Jalil David Salamé Messina 2024-06-08 22:49:32 +02:00
parent 36b1967187
commit 68bfe174b9
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 7 additions and 7 deletions

View file

@ -507,16 +507,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717250350, "lastModified": 1718122552,
"narHash": "sha256-l7y55WbUrj4NVCzgo3GLmM1Z2HC2uLb8dLUt7FxfI5g=", "narHash": "sha256-A+dBkSwp8ssHKV/WyXb9uqIYrHBqHvtSedU24Lq9lqw=",
"owner": "jalil-salame", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "03a8c7744903f29f017fabeda833834bd873f956", "rev": "e59d2c1725b237c362e4a62f5722f5b268d566c7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jalil-salame", "owner": "danth",
"ref": "enable-option", "ref": "release-24.05",
"repo": "stylix", "repo": "stylix",
"type": "github" "type": "github"
} }

View file

@ -36,7 +36,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware"; nixos-hardware.url = "github:NixOS/nixos-hardware";
# FIXME: pin to 24.05 when avalialble # FIXME: pin to 24.05 when avalialble
stylix = { stylix = {
url = "github:jalil-salame/stylix/enable-option"; url = "github:danth/stylix/release-24.05";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager"; home-manager.follows = "home-manager";