From 79e4345627f735d35b207732c8ad816d1a2fa742 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 11 Feb 2026 10:12:52 +0100 Subject: [PATCH] fix: static username in home-manager-update script --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7939a0f..78345e2 100644 --- a/flake.nix +++ b/flake.nix @@ -22,8 +22,8 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - # m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; - m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs"; + m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; + # m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs"; nur = { url = "github:nix-community/NUR";