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

View file

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