Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2025-02-04) rev: a901b689ada3476da7957c8c8f6a8fe7b87c8e46 → 'github:elchininet/custom-sidebar' (2025-02-05) rev: 86f32f37a17d63205cd43cdf35ea0aae48561877 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-04) rev: 7abcf59a365430b36f84eaa452a466b11e469e33 → 'github:nix-community/home-manager' (2025-02-05) rev: f20b7a8ab527a2482f13754dc00b2deaddc34599 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-04) rev: 3b99e906df8b439d65e740301940e57efc057012 → 'github:hyprwm/Hyprland' (2025-02-05) rev: 8a6778f0a087cdfc4bc1d3751b0be2c2bf3322aa • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-02) rev: 77fb0818cb42ca0db98839d47bbc6a317c286282 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-04) rev: cd9caf9afb1c8fe848f140a7831fe462b73df91a • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-04) rev: 3c83a677771fea8b55724f2d5cde0ca878c65712 → 'github:fufexan/nix-gaming' (2025-02-05) rev: 3030553160ece3b8ea7df66d2670e8f41f0c0ec7 • Removed input 'nix-gaming/umu' • Removed input 'nix-gaming/umu/nixpkgs' • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-02-03) rev: c6e957d81b96751a3d5967a0fd73694f303cc914 → 'github:NixOS/nixpkgs' (2025-02-04) rev: 799ba5bffed04ced7067a91798353d360788b30d • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-04) rev: 8c0ca69b34e6d514e1153e6fb07d14c2c62b9fa4 → 'github:nix-community/nixpkgs-wayland' (2025-02-05) rev: 3f6573793c0cfc3b01cf683460e95f3167276830 • Updated input 'poetry2nix': 'github:nix-community/poetry2nix' (2025-01-14) rev: 75d0515332b7ca269f6d7abfd2c44c47a7cbca7b → 'github:nix-community/poetry2nix' (2025-02-05) rev: be1fe795035d3d36359ca9135b26dcc5321b31fb • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-01) rev: 71a4c41d0816f39d24126fe8d7284e2a612d3f71 → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-05) rev: 2ca74b7e8ea299d64a9a55bbb719e2e128441d32 • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2025-01-30) rev: 7e0ef0c48699a6e43faf50988d01e2982a6363cb → 'github:thlucas1/SpotifyWebApiPython' (2025-02-05) rev: a75ec04b7bdd50913141d71fa6f8b36dc7d07724 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-04) rev: 626623ba3e5709b5c989f90a1e41a965a2786416 → 'github:make-all/tuya-local' (2025-02-05) rev: abc955d9264d13faf0a5fb5dbfaba05a91f58619 Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:048d2fd69f4af63a69cb3ae7d8e76777a0cc128acac89a3299c45e80a6670a98 → sha256:8ae2791e150cf9d5378e14f7345b3f3ac46c6f16903d9a8338ffcea19e0f060e • postgres 14: sha256:84dee213c689b6dfcc0e2692ddd66adcd7314057175ea7aa05500c527e0f807a → sha256:2a453914efff6156786247b2399e6f9f18d7fc37e1ca5574a23aba172cf37d3e • rssbridge/rss-bridge latest: sha256:035d245d5f4e541451ce737d994c51d69506e50759f9e3bc6f2491668caed1f6 → sha256:11c0748af64453e7cce670c47a6f2f7b2f6724ee3c6bf5cd87c7ad85b98e0070 • nextcloud fpm: sha256:07c4bfc1c38a3326e3ee777cbe6691de74424486bdc21ac31d291902c041296f → sha256:1654f68700a482a13feca52c3235b949d8771624d738c17e9c82e437fe5de5ec • postgres 15-alpine: sha256:93a6166360be8f1d116b7ea97ebb8dea9e2c9c746349e952738bbba72a961d7c → sha256:a58cec2ba7a60b4c08d51f2ca93c1ad65fbf96e75cf0c89b7c0d2684860d3bb3 Firefox Addons: floccus: 5.4.3 -> 5.4.4
This commit is contained in:
parent
b7f26491db
commit
bebe31068d
11 changed files with 65 additions and 80 deletions
|
@ -2,10 +2,26 @@
|
|||
config,
|
||||
jovian,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
nixpkgs.overlays = [jovian.overlays.default];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
jovian.overlays.default
|
||||
|
||||
# Overlays for gamescope don't get applied properly for some reason
|
||||
(final: prev: {
|
||||
inherit
|
||||
(jovian.legacyPackages.${pkgs.system})
|
||||
gamescope
|
||||
gamescope-session
|
||||
gamescope-wsi
|
||||
pkgsi686Linux
|
||||
;
|
||||
})
|
||||
];
|
||||
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
jovian.nixosModules.default
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "vegardit/gitea-act-runner";
|
||||
imageDigest = "sha256:048d2fd69f4af63a69cb3ae7d8e76777a0cc128acac89a3299c45e80a6670a98";
|
||||
hash = "sha256-BRCRedRPJcmtBafd/b067JMPEFwRCgd+NjdV4qVXhiQ=";
|
||||
imageDigest = "sha256:8ae2791e150cf9d5378e14f7345b3f3ac46c6f16903d9a8338ffcea19e0f060e";
|
||||
hash = "sha256-q8UD4M1nrxCTaJo+3sq29dagYC2nhyXSNfm8xuNeCZI=";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "dind-latest";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "postgres";
|
||||
imageDigest = "sha256:84dee213c689b6dfcc0e2692ddd66adcd7314057175ea7aa05500c527e0f807a";
|
||||
hash = "sha256-ZojtW6DMB0rsW1ywVdSg26S727ru2S5o/dsC50RKmOE=";
|
||||
imageDigest = "sha256:2a453914efff6156786247b2399e6f9f18d7fc37e1ca5574a23aba172cf37d3e";
|
||||
hash = "sha256-9B1g88LSeLpyAxMF4C2EMoGPJRRYQk65ICPIOHjwBrA=";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "14";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "postgres";
|
||||
imageDigest = "sha256:84dee213c689b6dfcc0e2692ddd66adcd7314057175ea7aa05500c527e0f807a";
|
||||
hash = "sha256-ZojtW6DMB0rsW1ywVdSg26S727ru2S5o/dsC50RKmOE=";
|
||||
imageDigest = "sha256:2a453914efff6156786247b2399e6f9f18d7fc37e1ca5574a23aba172cf37d3e";
|
||||
hash = "sha256-9B1g88LSeLpyAxMF4C2EMoGPJRRYQk65ICPIOHjwBrA=";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "14";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "rssbridge/rss-bridge";
|
||||
imageDigest = "sha256:035d245d5f4e541451ce737d994c51d69506e50759f9e3bc6f2491668caed1f6";
|
||||
hash = "sha256-TZXKlpjSnj1Dl8CvsS7pGW3rCrVlPqfNypor7bdSQyI=";
|
||||
imageDigest = "sha256:11c0748af64453e7cce670c47a6f2f7b2f6724ee3c6bf5cd87c7ad85b98e0070";
|
||||
hash = "sha256-5EmopZBvKKKpKp8wnrR57wCrBiDPgg5lFlgQGL83OtQ=";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "latest";
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "nextcloud";
|
||||
imageDigest = "sha256:07c4bfc1c38a3326e3ee777cbe6691de74424486bdc21ac31d291902c041296f";
|
||||
imageDigest = "sha256:1654f68700a482a13feca52c3235b949d8771624d738c17e9c82e437fe5de5ec";
|
||||
hash = "sha256-xYqfCZAOBERPerr2Nd0c5dyh6q9UdyGGFtHwMIVVGMY=";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "fpm";
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "postgres";
|
||||
imageDigest = "sha256:93a6166360be8f1d116b7ea97ebb8dea9e2c9c746349e952738bbba72a961d7c";
|
||||
hash = "sha256-jcjDWwm0HST3HSlmNxPXsewsaikvW3DA9+IAfVCpL2I=";
|
||||
imageDigest = "sha256:a58cec2ba7a60b4c08d51f2ca93c1ad65fbf96e75cf0c89b7c0d2684860d3bb3";
|
||||
hash = "sha256-U3TASqUWqsaqy+V3/RcwyfwVbefoCegDGkRlBC1jG5Y=";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "15-alpine";
|
||||
}
|
||||
|
|
95
flake.lock
generated
95
flake.lock
generated
|
@ -147,11 +147,11 @@
|
|||
"custom-sidebar-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1738636832,
|
||||
"narHash": "sha256-q02U7HPgahwVM67pxhBhHnP45by7KIPam1N8bvxzxuE=",
|
||||
"lastModified": 1738716715,
|
||||
"narHash": "sha256-gMbVMF9u+IxLqQTs1cozH7CAV8y/zJZkoJNekC4v8cw=",
|
||||
"owner": "elchininet",
|
||||
"repo": "custom-sidebar",
|
||||
"rev": "a901b689ada3476da7957c8c8f6a8fe7b87c8e46",
|
||||
"rev": "86f32f37a17d63205cd43cdf35ea0aae48561877",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -489,11 +489,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1738667255,
|
||||
"narHash": "sha256-sMMQb9NydZqQ/MvvtPp+Ny0W9P0Jk0moU7SrTBlO5Vo=",
|
||||
"lastModified": 1738753876,
|
||||
"narHash": "sha256-yXT82kERWL4R81hfun9BuT478Q6ut0dJzdQjAxjRS38=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "7abcf59a365430b36f84eaa452a466b11e469e33",
|
||||
"rev": "f20b7a8ab527a2482f13754dc00b2deaddc34599",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -602,11 +602,11 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1738664288,
|
||||
"narHash": "sha256-LWWJc5/ABxW3FPUWceM48mprAfcUDLpWix4EV2dEmbc=",
|
||||
"lastModified": 1738770121,
|
||||
"narHash": "sha256-A51F7pmZXFrVB1AIhlTPL4cHlgkRKC0ffMs5y9zSazc=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "3b99e906df8b439d65e740301940e57efc057012",
|
||||
"rev": "8a6778f0a087cdfc4bc1d3751b0be2c2bf3322aa",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -882,17 +882,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1738478597,
|
||||
"narHash": "sha256-it7lc+HRSQiLV+3CcA+c6fkr2355HyT2GGUowHdfa/E=",
|
||||
"lastModified": 1738656811,
|
||||
"narHash": "sha256-z7Dzz713ueSQJYSdsWcH+D7o2pbq/sAl7/nBxru5oNA=",
|
||||
"owner": "Jovian-Experiments",
|
||||
"repo": "Jovian-NixOS",
|
||||
"rev": "77fb0818cb42ca0db98839d47bbc6a317c286282",
|
||||
"rev": "cd9caf9afb1c8fe848f140a7831fe462b73df91a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Jovian-Experiments",
|
||||
"repo": "Jovian-NixOS",
|
||||
"rev": "77fb0818cb42ca0db98839d47bbc6a317c286282",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -1216,15 +1215,14 @@
|
|||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"umu": "umu"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1738633089,
|
||||
"narHash": "sha256-awMsAhuhPctQ0v4fbNX0aRNqQTL1qDLgVjOJJHQ4y4M=",
|
||||
"lastModified": 1738771623,
|
||||
"narHash": "sha256-DzRMp0zXy32iDHRdCFo0MWD9s8+DoflMK9BY2CAgr7A=",
|
||||
"owner": "fufexan",
|
||||
"repo": "nix-gaming",
|
||||
"rev": "3c83a677771fea8b55724f2d5cde0ca878c65712",
|
||||
"rev": "3030553160ece3b8ea7df66d2670e8f41f0c0ec7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1358,11 +1356,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1738546358,
|
||||
"narHash": "sha256-nLivjIygCiqLp5QcL7l56Tca/elVqM9FG1hGd9ZSsrg=",
|
||||
"lastModified": 1738680400,
|
||||
"narHash": "sha256-ooLh+XW8jfa+91F1nhf9OF7qhuA/y1ChLx6lXDNeY5U=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c6e957d81b96751a3d5967a0fd73694f303cc914",
|
||||
"rev": "799ba5bffed04ced7067a91798353d360788b30d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1432,11 +1430,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1738673465,
|
||||
"narHash": "sha256-wUf/8qyMUvwguNtJnlknommX32Io0v25Cc6jkmQztMM=",
|
||||
"lastModified": 1738760468,
|
||||
"narHash": "sha256-K3Pr2Fl6ODLx33r+sUQ9tDA6ehgfjMG6A6x8mlh4e9k=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixpkgs-wayland",
|
||||
"rev": "8c0ca69b34e6d514e1153e6fb07d14c2c62b9fa4",
|
||||
"rev": "3f6573793c0cfc3b01cf683460e95f3167276830",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1593,11 +1591,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736884309,
|
||||
"narHash": "sha256-eiCqmKl0BIRiYk5/ZhZozwn4/7Km9CWTbc15Cv+VX5k=",
|
||||
"lastModified": 1738741221,
|
||||
"narHash": "sha256-UiTOA89yQV5YNlO1ZAp4IqJUGWOnTyBC83netvt8rQE=",
|
||||
"owner": "nix-community",
|
||||
"repo": "poetry2nix",
|
||||
"rev": "75d0515332b7ca269f6d7abfd2c44c47a7cbca7b",
|
||||
"rev": "be1fe795035d3d36359ca9135b26dcc5321b31fb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1860,11 +1858,11 @@
|
|||
"spotifyplus-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1738442516,
|
||||
"narHash": "sha256-MtKUYqmqaMtyJRVkW6sdNlT7HZFRxuo5kbEXa2qnBOk=",
|
||||
"lastModified": 1738770983,
|
||||
"narHash": "sha256-7pG/BO6EPhZIMj8MBY5z4va2kJLkXPA6OUPYDDTYuDQ=",
|
||||
"owner": "thlucas1",
|
||||
"repo": "homeassistantcomponent_spotifyplus",
|
||||
"rev": "71a4c41d0816f39d24126fe8d7284e2a612d3f71",
|
||||
"rev": "2ca74b7e8ea299d64a9a55bbb719e2e128441d32",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1876,11 +1874,11 @@
|
|||
"spotifywebapi-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1738274151,
|
||||
"narHash": "sha256-68BIzG4qHmnonNCE9Z+llgeVaigWXocI866EZzCA7Rk=",
|
||||
"lastModified": 1738768828,
|
||||
"narHash": "sha256-xukeK5RNdy5KChQJoziEl639nTHSZiIJKGj7plVkT2U=",
|
||||
"owner": "thlucas1",
|
||||
"repo": "SpotifyWebApiPython",
|
||||
"rev": "7e0ef0c48699a6e43faf50988d01e2982a6363cb",
|
||||
"rev": "a75ec04b7bdd50913141d71fa6f8b36dc7d07724",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1975,11 +1973,11 @@
|
|||
"tuya-local-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1738677081,
|
||||
"narHash": "sha256-z4jp1uM9vJBgrhh4edJ9aEnVUVvU30eVUvdvIkuY6e8=",
|
||||
"lastModified": 1738768488,
|
||||
"narHash": "sha256-yl0U6NMM4Kh0Ie+0502nr4uU2k21W0xC+53voQBcsQg=",
|
||||
"owner": "make-all",
|
||||
"repo": "tuya-local",
|
||||
"rev": "626623ba3e5709b5c989f90a1e41a965a2786416",
|
||||
"rev": "abc955d9264d13faf0a5fb5dbfaba05a91f58619",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1988,31 +1986,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"umu": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nix-gaming",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"dir": "packaging/nix",
|
||||
"lastModified": 1738306689,
|
||||
"narHash": "sha256-g1p++aLe6q6OdGy3K91uyCjAeBUkkT4uoItSFQT+PJw=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "7a71163b79e56222fe3f3097d1e71208a91a1a3b",
|
||||
"revCount": 917,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
||||
},
|
||||
"original": {
|
||||
"dir": "packaging/nix",
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
||||
}
|
||||
},
|
||||
"vimplugin-easytables-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
|
@ -197,7 +197,6 @@
|
|||
};
|
||||
owner = "Jovian-Experiments";
|
||||
repo = "Jovian-NixOS";
|
||||
rev = "77fb0818cb42ca0db98839d47bbc6a317c286282";
|
||||
type = "github";
|
||||
};
|
||||
kompass = {
|
||||
|
|
|
@ -229,9 +229,6 @@ let
|
|||
jovian = mkInput {
|
||||
owner = "Jovian-Experiments";
|
||||
repo = "Jovian-NixOS";
|
||||
|
||||
# FIXME: gamescope build failure on latest
|
||||
rev = "77fb0818cb42ca0db98839d47bbc6a317c286282";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -103,10 +103,10 @@
|
|||
};
|
||||
"floccus" = buildFirefoxXpiAddon {
|
||||
pname = "floccus";
|
||||
version = "5.4.3";
|
||||
version = "5.4.4";
|
||||
addonId = "floccus@handmadeideas.org";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4424739/floccus-5.4.3.xpi";
|
||||
sha256 = "065abb908cb9194e612c792a8dd2fc97fce2782ee1b0ebdbf890dc8e92f9059a";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4431645/floccus-5.4.4.xpi";
|
||||
sha256 = "ca8c70c1fe9f61b7c112934099b1827ae9700f682ba5fe7173279dfbc215114b";
|
||||
meta = with lib; {
|
||||
homepage = "https://floccus.org";
|
||||
description = "Sync your bookmarks and tabs across browsers via Nextcloud, any WebDAV service, any Git service, via a local file, via Google Drive.";
|
||||
|
|
Loading…
Add table
Reference in a new issue