From 99ba0a0ee3cf1a3fb97a1b8f633c66dbaf283386 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Mon, 2 Jun 2025 18:54:24 +0200
Subject: deps: update to NixOS 25.05

I'm not sure why the Kodi user now needs to be in the `audio` group
but without it the user can only see a dummy device.
---
 nixos/hosts/hamac/default.nix | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'nixos/hosts/hamac/default.nix')

diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix
index d32ea58..9c4bde6 100644
--- a/nixos/hosts/hamac/default.nix
+++ b/nixos/hosts/hamac/default.nix
@@ -1,13 +1,8 @@
 # See the configuration.nix(5) man page and the NixOS manual (accessible by running `nixos-help`).
 
-let
-  sources = import <top/npins>;
-  pkgs-unstable = import sources.nixpkgs-unstable {};
-in
 { config, lib, pkgs, ... }:
 
 {
-  _module.args = { inherit pkgs-unstable; };
   imports = [
     ./hardware-configuration.nix
     <top/profiles/workstation>
-- 
cgit v1.2.3