Compare commits

..

No commits in common. "1561a8718144f8115f29f1d612a85c7238313eda" and "8bdb99a67bce0a680bb95b75f1bd60a52cf208d3" have entirely different histories.

2 changed files with 13 additions and 12 deletions

19
flake.lock generated
View file

@ -1135,16 +1135,16 @@
}, },
"nixpkgs-stable_3": { "nixpkgs-stable_3": {
"locked": { "locked": {
"lastModified": 1741332913, "lastModified": 1735563628,
"narHash": "sha256-ri1e8ZliWS3Jnp9yqpKApHaOo7KBN33W8ECAKA4teAQ=", "narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "20755fa05115c84be00b04690630cb38f0a203ad", "rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.11", "ref": "nixos-24.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -1490,15 +1490,16 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1741392477, "lastModified": 1739742581,
"narHash": "sha256-6ySHuduGhlZBv1uxEOlOeHWDEkKuLQ/O63DI+ZRfAmg=", "narHash": "sha256-0Ze86fzS6dzw/i0+egACKR7EGe9eoOriIHwKpTDQvTI=",
"owner": "danth", "owner": "brckd",
"repo": "stylix", "repo": "stylix",
"rev": "6eea250b10386be0fc23496d1039d76b3147680e", "rev": "e3fe2c662862c2fbf09bfd9fc0556d0e4225298b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "danth", "owner": "brckd",
"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.11"; url = "github:NixOS/nixpkgs/nixos-24.05";
}; };
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";