1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 10:41:06 +01:00

feat: use newest zoom-us

This commit is contained in:
2021-01-15 14:09:06 +01:00
parent 5923f3341a
commit 5175f3f819
5 changed files with 12 additions and 14 deletions

View File

@@ -1,9 +1,6 @@
{ config, pkgs, lib, ... }:
let
inherit (import <niveum/lib>) nixpkgs-unstable;
unstable = import nixpkgs-unstable {
config.allowUnfree = true;
};
in
{
imports = [
@@ -39,7 +36,7 @@ in
nix.buildCores = 1;
nix.maxJobs = 2;
environment.systemPackages = [ unstable.minecraft ];
environment.systemPackages = [ nixpkgs-unstable.minecraft ];
boot.loader.systemd-boot = {
enable = true;