Compare commits

..

3 commits

Author SHA1 Message Date
1561a87181
WIP Failed fix 2025-03-08 01:42:10 +01:00
8985c01e63
Revert "Update deps"
This reverts commit 5ff4f01afb.
2025-03-08 01:14:56 +01:00
5ff4f01afb
Update deps 2025-03-08 00:52:33 +01:00
2 changed files with 12 additions and 13 deletions

19
flake.lock generated
View file

@ -1135,16 +1135,16 @@
}, },
"nixpkgs-stable_3": { "nixpkgs-stable_3": {
"locked": { "locked": {
"lastModified": 1735563628, "lastModified": 1741332913,
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=", "narHash": "sha256-ri1e8ZliWS3Jnp9yqpKApHaOo7KBN33W8ECAKA4teAQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798", "rev": "20755fa05115c84be00b04690630cb38f0a203ad",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.05", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -1490,16 +1490,15 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1739742581, "lastModified": 1741392477,
"narHash": "sha256-0Ze86fzS6dzw/i0+egACKR7EGe9eoOriIHwKpTDQvTI=", "narHash": "sha256-6ySHuduGhlZBv1uxEOlOeHWDEkKuLQ/O63DI+ZRfAmg=",
"owner": "brckd", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "e3fe2c662862c2fbf09bfd9fc0556d0e4225298b", "rev": "6eea250b10386be0fc23496d1039d76b3147680e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "brckd", "owner": "danth",
"ref": "treewide/add-overlays-option",
"repo": "stylix", "repo": "stylix",
"type": "github" "type": "github"
} }

View file

@ -23,7 +23,7 @@
inputs.flake-parts.follows = "flake-parts"; inputs.flake-parts.follows = "flake-parts";
}; };
nixpkgs-stable = { nixpkgs-stable = {
url = "github:NixOS/nixpkgs/nixos-24.05"; url = "github:NixOS/nixpkgs/nixos-24.11";
}; };
nixos-images = { nixos-images = {
url = "github:nix-community/nixos-images"; url = "github:nix-community/nixos-images";
@ -128,8 +128,8 @@
inputs.flake-compat.follows = "flake-compat"; inputs.flake-compat.follows = "flake-compat";
}; };
stylix = { stylix = {
# url = "github:danth/stylix"; # TODO Switch to this once https://github.com/danth/stylix/pull/866 is merged url = "github:danth/stylix"; # TODO Switch to this once https://github.com/danth/stylix/pull/866 is merged
url = "github:brckd/stylix/treewide/add-overlays-option"; # url = "github:brckd/stylix/treewide/add-overlays-option";
inputs.flake-compat.follows = "flake-compat"; inputs.flake-compat.follows = "flake-compat";
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";
inputs.home-manager.follows = "home-manager"; inputs.home-manager.follows = "home-manager";