From c70e1e04e02d7a8422903e8e95bdbd4af891042f Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 1 May 2024 20:41:40 +0200 Subject: [PATCH] use my robotnix fork --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 96ba3d6..c54ee4e 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,8 @@ networkmanager.url = "github:c2vi/nixos-networkmanager-profiles"; robotnix = { - url = "github:nix-community/robotnix"; + #url = "github:nix-community/robotnix"; + url = "github:c2vi/robotnix/c9e9d9ae8cfe444bee2c0f64a17500bbaf37e4b3"; #inputs.nixpkgs.follows = "nixpkgs"; };