From 08819b81070670afdee769fa52283d680d6d3289 Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 8 Oct 2023 16:38:42 +0200 Subject: [PATCH] flake: update configInputs --- flake.lock | 12 ++++++------ flake.nix | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) 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"; };