Compare commits
3 commits
8bdb99a67b
...
1561a87181
Author | SHA1 | Date | |
---|---|---|---|
1561a87181 | |||
8985c01e63 | |||
5ff4f01afb |
2 changed files with 12 additions and 13 deletions
19
flake.lock
generated
19
flake.lock
generated
|
@ -1135,16 +1135,16 @@
|
|||
},
|
||||
"nixpkgs-stable_3": {
|
||||
"locked": {
|
||||
"lastModified": 1735563628,
|
||||
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
|
||||
"lastModified": 1741332913,
|
||||
"narHash": "sha256-ri1e8ZliWS3Jnp9yqpKApHaOo7KBN33W8ECAKA4teAQ=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
|
||||
"rev": "20755fa05115c84be00b04690630cb38f0a203ad",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-24.05",
|
||||
"ref": "nixos-24.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -1490,16 +1490,15 @@
|
|||
"tinted-zed": "tinted-zed"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1739742581,
|
||||
"narHash": "sha256-0Ze86fzS6dzw/i0+egACKR7EGe9eoOriIHwKpTDQvTI=",
|
||||
"owner": "brckd",
|
||||
"lastModified": 1741392477,
|
||||
"narHash": "sha256-6ySHuduGhlZBv1uxEOlOeHWDEkKuLQ/O63DI+ZRfAmg=",
|
||||
"owner": "danth",
|
||||
"repo": "stylix",
|
||||
"rev": "e3fe2c662862c2fbf09bfd9fc0556d0e4225298b",
|
||||
"rev": "6eea250b10386be0fc23496d1039d76b3147680e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "brckd",
|
||||
"ref": "treewide/add-overlays-option",
|
||||
"owner": "danth",
|
||||
"repo": "stylix",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
inputs.flake-parts.follows = "flake-parts";
|
||||
};
|
||||
nixpkgs-stable = {
|
||||
url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
};
|
||||
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";
|
||||
|
|
Loading…
Add table
Reference in a new issue