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"; };