Update flake

This commit is contained in:
Invariantspace 2024-03-10 13:23:35 -07:00
parent 117cd71f52
commit 174c49388c
2 changed files with 12 additions and 12 deletions

14
flake.lock generated
View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1709703039,
"narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=",
"lastModified": 1709961763,
"narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d",
"rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34",
"type": "github"
},
"original": {
@ -80,11 +80,11 @@
"wallpaper-engine-plasma6-plugin": {
"flake": false,
"locked": {
"lastModified": 1709859681,
"narHash": "sha256-umQ1R+XenuNze2xdFGauQZ/an6Q0zN/BG/8TDQsV0jM=",
"lastModified": 1710039985,
"narHash": "sha256-B1VWb869DQwfrzwf5wJFU+Qripehwp+HjwpPcygCo7A=",
"ref": "qt6",
"rev": "8a111b99405bd092974cd9bac654a83d4c3e86c2",
"revCount": 590,
"rev": "d84609af926abf4cbb731ecddfa55c36f8a4b195",
"revCount": 601,
"submodules": true,
"type": "git",
"url": "https://github.com/catsout/wallpaper-engine-kde-plugin"

View file

@ -38,9 +38,9 @@ pkgs.kdePackages.callPackage
version = "latest";
}
)
{
python-ws = pkgs.python3.withPackages (ps: with ps; [
websockets
]);
}
{
python-ws = pkgs.python3.withPackages (ps: with ps; [
websockets
]);
}