diff options
-rw-r--r-- | flake.lock | 12 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock index 22269de9..b867a25e 100644 --- a/flake.lock +++ b/flake.lock @@ -885,17 +885,17 @@ ] }, "locked": { - "lastModified": 1714748077, - "narHash": "sha256-MTyjOSKMC3NfF9mYNt6NV2eX2y+ZyIHVCqgP00k7V4g=", + "lastModified": 1722790892, + "narHash": "sha256-kuj9OLjZujd1b3KodiXHcsTruWM074K/NTbjIkNSZkw=", "ref": "refs/heads/prime", - "rev": "cf1f1262bdf2155495df682f121654b2aba04288", - "revCount": 83, + "rev": "115b83d1d9e76d98440ac3970a6126c1b636d857", + "revCount": 133, "type": "git", - "url": "https://codeberg.org/soispha/flake-templates.git" + "url": "https://codeberg.org/bpeetz/flake-templates.git" }, "original": { "type": "git", - "url": "https://codeberg.org/soispha/flake-templates.git" + "url": "https://codeberg.org/bpeetz/flake-templates.git" } }, "treefmt-nix": { diff --git a/flake.nix b/flake.nix index 67997dcd..d1e25c2c 100644 --- a/flake.nix +++ b/flake.nix @@ -192,7 +192,7 @@ # my configs templates = { - url = "git+https://codeberg.org/soispha/flake-templates.git"; + url = "git+https://codeberg.org/bpeetz/flake-templates.git"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; |