diff --git a/flake.lock b/flake.lock index f345109..1dbc0ec 100644 --- a/flake.lock +++ b/flake.lock @@ -13,16 +13,16 @@ "locked": { "lastModified": 1696774666, "narHash": "sha256-kqSXbAPQdkUadGsQL/bH9FBV/y4+d2g3GJxJHafquS4=", - "ref": "inputs", + "owner": "materusPL", + "repo": "nixos-config", "rev": "cae14663b542afa8140c72b8aa42cd42cf7b0151", - "revCount": 5, - "type": "git", - "url": "file:/materus/config/nixos-config" + "type": "github" }, "original": { + "owner": "materusPL", "ref": "inputs", - "type": "git", - "url": "file:/materus/config/nixos-config" + "repo": "nixos-config", + "type": "github" } }, "emacs-overlay": { diff --git a/flake.nix b/flake.nix index 346ae3f..5252e30 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,10 @@ ref = "mock"; }; configInputs = { - url = "git+file:/materus/config/nixos-config?ref=inputs"; + type = "github"; + owner = "materusPL"; + repo = "nixos-config"; + ref = "inputs"; inputs = { nixpkgs.follows = "nixpkgs"; };