From 9a9c912b777d29c7538f350f8bd673cd8a8deb2d Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 30 Jan 2024 14:14:49 +0100 Subject: [PATCH] steveej-x13s: switch to adamcstephens' repo --- nix/os/devices/steveej-x13s/flake.lock | 12 ++++++------ nix/os/devices/steveej-x13s/flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nix/os/devices/steveej-x13s/flake.lock b/nix/os/devices/steveej-x13s/flake.lock index 235cad5..ca29fcd 100644 --- a/nix/os/devices/steveej-x13s/flake.lock +++ b/nix/os/devices/steveej-x13s/flake.lock @@ -97,17 +97,17 @@ ] }, "locked": { - "lastModified": 1706097550, - "narHash": "sha256-rR4HMpUlT7SbVPxQIvWH0DsxaEQcjTLqLrst2xoT1CY=", + "lastModified": 1706542645, + "narHash": "sha256-XIxV5qw9cfAfRZfuw6J/GBhJxiSCQ37fnu7ZaF3Vk58=", "ref": "refs/heads/main", - "rev": "732a0f1549996740bdb06989599a5f0653de5056", - "revCount": 6, + "rev": "769c31de6af3ddc9853e388b31af8faba01709b7", + "revCount": 9, "type": "git", - "url": "https://codeberg.org/steveej/nixos-x13s" + "url": "https://codeberg.org/adamcstephens/nixos-x13s" }, "original": { "type": "git", - "url": "https://codeberg.org/steveej/nixos-x13s" + "url": "https://codeberg.org/adamcstephens/nixos-x13s" } }, "nixpkgs": { diff --git a/nix/os/devices/steveej-x13s/flake.nix b/nix/os/devices/steveej-x13s/flake.nix index 6220ebb..941ddd6 100644 --- a/nix/os/devices/steveej-x13s/flake.nix +++ b/nix/os/devices/steveej-x13s/flake.nix @@ -19,7 +19,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nixos-x13s.url = "git+https://codeberg.org/steveej/nixos-x13s"; + nixos-x13s.url = "git+https://codeberg.org/adamcstephens/nixos-x13s"; nixos-x13s.inputs.nixpkgs.follows = "nixpkgs"; };