update flake
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -512,11 +512,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730837930,
|
"lastModified": 1732025103,
|
||||||
"narHash": "sha256-0kZL4m+bKBJUBQse0HanewWO0g8hDdCvBhudzxgehqc=",
|
"narHash": "sha256-qjEI64RKvDxRyEarY0jTzrZMa8ebezh2DEZmJJrpVdo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "2f607e07f3ac7e53541120536708e824acccfaa8",
|
"rev": "a46e702093a5c46e192243edbd977d5749e7f294",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -920,11 +920,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730785428,
|
"lastModified": 1732014248,
|
||||||
"narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=",
|
"narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7",
|
"rev": "23e89b7da85c3640bbc2173fe04f4bd114342367",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ in {
|
|||||||
localsend
|
localsend
|
||||||
#element-desktop
|
#element-desktop
|
||||||
krita
|
krita
|
||||||
libreoffice-fresh
|
libreoffice
|
||||||
screenshot
|
screenshot
|
||||||
#anki TODO broken because pyqt6 build fails
|
#anki TODO broken because pyqt6 build fails
|
||||||
p7zip
|
p7zip
|
||||||
@@ -82,7 +82,7 @@ in {
|
|||||||
pinta # paint
|
pinta # paint
|
||||||
#qalculate-qt # calculator TODO build broken
|
#qalculate-qt # calculator TODO build broken
|
||||||
#libsForQt5.kcalc
|
#libsForQt5.kcalc
|
||||||
#syncthingtray #doesnt work with socket yet
|
syncthingtray #doesnt work with socket yet
|
||||||
v4l-utils
|
v4l-utils
|
||||||
logseq # notes
|
logseq # notes
|
||||||
xarchiver # archive tool
|
xarchiver # archive tool
|
||||||
|
|||||||
@@ -78,6 +78,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#nvidida drivers fail to build on new kernel https://github.com/NixOS/nixpkgs/issues/357643
|
||||||
|
boot.kernelPackages = lib.mkForce pkgs.linuxKernel.packages.linux_6_11;
|
||||||
nixpkgs.config.permittedInsecurePackages =
|
nixpkgs.config.permittedInsecurePackages =
|
||||||
[ "electron-28.3.3" "electron-27.3.11" ];
|
[ "electron-28.3.3" "electron-27.3.11" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user