Update flake

This commit is contained in:
Sicheng Pan 2025-09-09 22:21:53 -05:00
parent b95af44b8b
commit c07cb6ad6b
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 12 additions and 12 deletions

22
flake.lock generated
View file

@ -36,11 +36,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1755186698,
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=",
"lastModified": 1757347588,
"narHash": "sha256-tLdkkC6XnsY9EOZW9TlpesTclELy8W7lL2ClL+nma8o=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c",
"rev": "b599843bad24621dcaa5ab60dac98f9b0eb1cabe",
"type": "github"
},
"original": {
@ -66,11 +66,11 @@
"sweet-ambar-blue": {
"flake": false,
"locked": {
"lastModified": 1754419301,
"narHash": "sha256-DGmZ7JMTBNQ6j3kkHXecptyw7GfQFk+gj8TDdpJdIrc=",
"lastModified": 1756764749,
"narHash": "sha256-L3rdeRZs5kLZv/2nN9MpG3ke66Prq2fO3r6mncpwHLU=",
"ref": "Ambar-Blue",
"rev": "2312a1244ca63e6cff48c28d011ade635dcd289d",
"revCount": 338,
"rev": "6ae785f32ce9de14abc61cb2c0700eba1263ce29",
"revCount": 340,
"type": "git",
"url": "https://github.com/EliverLara/Sweet"
},
@ -83,11 +83,11 @@
"sweet-ambar-blue-dark": {
"flake": false,
"locked": {
"lastModified": 1754418457,
"narHash": "sha256-XH8E4g8sWNgYMYY9kDahb0kJXrYicIxPqwPMkcC0ymA=",
"lastModified": 1756765118,
"narHash": "sha256-wsspXkF7kR3VRtKfABGyC0mEMzyCXG0bsoIZ75RzTaU=",
"ref": "Ambar-Blue-Dark",
"rev": "bd66daeb8846d271c5663db5f81a0bceae078fc3",
"revCount": 421,
"rev": "f146fcc2cf4ac717bd0fed9706ccd380874d2bf4",
"revCount": 423,
"type": "git",
"url": "https://github.com/EliverLara/Sweet"
},

View file

@ -2,7 +2,7 @@
inputs,
name,
pkgs,
resolution ? "2560x1440",
resolution ? "3840x2160",
}:
assert builtins.any (s: resolution == s) ["1920x1080" "2256x1504" "2560x1440" "3840x2160"];
pkgs.stdenv.mkDerivation {