flake.lock: update system deps

This commit is contained in:
Dmitriy Pleshevskiy 2024-08-07 12:55:03 +03:00
parent 433102ea63
commit 22a689f190
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
4 changed files with 14 additions and 22 deletions

View file

@ -260,11 +260,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1717086091, "lastModified": 1722947113,
"narHash": "sha256-GmsEQa4HZeMfec37LZnwG/Lt/XmqFLXsjv5QWojeNiM=", "narHash": "sha256-DqsN/VkYVr4M0PVRQKXPPOTaind5miYZURIYqM4MxYM=",
"owner": "oxalica", "owner": "oxalica",
"repo": "nil", "repo": "nil",
"rev": "ab3ddb8f063774cf7e22eb610f5ecfdb77309f3c", "rev": "70df371289962554cf7a23ed595b23a2ce271960",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -342,11 +342,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1722141560, "lastModified": 1722957468,
"narHash": "sha256-Ul3rIdesWaiW56PS/Ak3UlJdkwBrD4UcagCmXZR9Z7Y=", "narHash": "sha256-SQ0TCC4aklOhN/OzcztrKqDLY8SjpIZcyvTulzhDXs0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "038fb464fcfa79b4f08131b07f2d8c9a6bcc4160", "rev": "2a13929e1f191b3690dd2f2db13098b04adb9043",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -358,11 +358,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1722087241, "lastModified": 1722869614,
"narHash": "sha256-2ShmEaFi0kJVOEEu5gmlykN5dwjWYWYUJmlRTvZQRpU=", "narHash": "sha256-7ojM1KSk3mzutD7SkrdSflHXEujPvW1u7QuqWoTLXQU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8c50662509100d53229d4be607f1a3a31157fa12", "rev": "883180e6550c1723395a3a342f830bfc5c371f6b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -430,21 +430,17 @@
}, },
"rust-overlay_2": { "rust-overlay_2": {
"inputs": { "inputs": {
"flake-utils": [
"nil",
"flake-utils"
],
"nixpkgs": [ "nixpkgs": [
"nil", "nil",
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1717035469, "lastModified": 1722824458,
"narHash": "sha256-MzH+yjKULH3HCRj9QCTwBvqq4LZkR0ZqRE/QfGOGC2E=", "narHash": "sha256-2k3/geD5Yh8JT1nrGaRycje5kB0DkvQA/OUZoel1bIU=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "095702e63a40e86f339d11864da9dc965b70a01e", "rev": "a8a937c304e62a5098c6276c9cdf65c19a43b1a5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -37,4 +37,6 @@
enable = true; enable = true;
package = pkgs.unstable.ollama; package = pkgs.unstable.ollama;
}; };
programs.sniffnet.enable = true;
} }

View file

@ -54,11 +54,5 @@ in
# tools # tools
bind.dnsutils bind.dnsutils
]; ];
# games
local.games = {
mindustry.enable = true;
widelands.enable = true;
};
}; };
} }

Binary file not shown.