582 current 2024-05-14 12:14:14 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 12:14:17 -04:00
parent 79ee65378e
commit 06736147c4
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View file

@ -84,11 +84,11 @@
},
"catppuccin": {
"locked": {
"lastModified": 1715651822,
"narHash": "sha256-sfl/nryV1QO/uLMilvsI1RJlsXAsjiIDClLHbIft2z4=",
"lastModified": 1715659881,
"narHash": "sha256-emodPGTXLVqlcOkqbJiOUkf5vo8WWujgzKxms1B+iBs=",
"owner": "catppuccin",
"repo": "nix",
"rev": "76416edbf542c3d76786c03155e3a5af44d01847",
"rev": "d6344610c04af0f8e315fef45dd3b854014b119e",
"type": "github"
},
"original": {
@ -915,16 +915,16 @@
},
"nixpkgs_6": {
"locked": {
"lastModified": 1715616897,
"narHash": "sha256-ncgLV/zSzXGx8XXEM8QlovDftzzcV11MnLeRUL63Szw=",
"lastModified": 1715534503,
"narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7ed944be63682d0c5bc37e66f3c997390d0bbd8e",
"rev": "2057814051972fa1453ddfb0d98badbea9b83c06",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable-small",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
@ -1396,11 +1396,11 @@
]
},
"locked": {
"lastModified": 1715316640,
"narHash": "sha256-PIVfZJ9L/tVZjo7HoVtnba2ol7VPMXLxO8oVMKPLYHE=",
"lastModified": 1715672231,
"narHash": "sha256-i+PETwG/8ra7wer6yqwCxg5+yK24/HW8ddu/EwzLMnc=",
"owner": "Alexays",
"repo": "Waybar",
"rev": "cb2d54a23797c2a04a1e50bd35e810ea9b1eb74a",
"rev": "912d0e83f36bce702fdef848a74247093b9f33e7",
"type": "github"
},
"original": {

View file

@ -11,7 +11,7 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs_stable.url = "github:nixos/nixpkgs/nixos-23.11";
home-manager = {