mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
chore: remove nixpkgs-unstable
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
inherit (import <niveum/lib>) nixpkgs-unstable;
|
||||
unstable = import nixpkgs-unstable {
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
<niveum/configs/default.nix>
|
||||
@@ -33,7 +38,7 @@
|
||||
|
||||
nix.maxJobs = 2;
|
||||
|
||||
environment.systemPackages = [ pkgs.unstable.minecraft ];
|
||||
environment.systemPackages = [ unstable.minecraft ];
|
||||
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user