chore(flake)!: bump inputs
This commit is contained in:
parent
8fdafe1557
commit
a8027f4a62
12
flake.lock
12
flake.lock
|
@ -155,11 +155,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1713732794,
|
||||
"narHash": "sha256-AYCofb8Zu4Mbc1lHDtju/uxeARawRijmOueAqEMEfMU=",
|
||||
"lastModified": 1714203603,
|
||||
"narHash": "sha256-eT7DENhYy7EPLOqHI9zkIMD9RvMCXcqh6gGqOK5BWYQ=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "670d9ecc3e46a6e3265c203c2d136031a3d3548e",
|
||||
"rev": "c1609d584a6b5e9e6a02010f51bd368cb4782f8e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -213,11 +213,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1713537308,
|
||||
"narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=",
|
||||
"lastModified": 1714076141,
|
||||
"narHash": "sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f",
|
||||
"rev": "7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
'';
|
||||
};
|
||||
in buildFHSUserEnv {
|
||||
inherit pname;
|
||||
inherit pname version;
|
||||
targetPkgs = pkgs: (with pkgs; [
|
||||
glib libGL curl
|
||||
libgcc gtk3
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
genericName = "radio link configuration & build tool";
|
||||
};
|
||||
in buildFHSUserEnv {
|
||||
inherit pname;
|
||||
inherit pname version;
|
||||
# copied from chromium deps
|
||||
targetPkgs = pkgs: (with pkgs; [
|
||||
glib fontconfig freetype pango cairo xorg.libX11 xorg.libXi atk nss nspr
|
||||
|
|
Loading…
Reference in a new issue