From 741363b361dbb1f7f08dad81c3d7b3bd2cdae093 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 21 Oct 2025 23:33:33 -0500 Subject: [PATCH] pin to remote --- hosts/lio/flake.lock | 54 +++++++++++++++++++++++++++++--------------- hosts/lio/flake.nix | 10 ++++---- 2 files changed, 42 insertions(+), 22 deletions(-) diff --git a/hosts/lio/flake.lock b/hosts/lio/flake.lock index 0bc2223..34e025f 100644 --- a/hosts/lio/flake.lock +++ b/hosts/lio/flake.lock @@ -27,14 +27,20 @@ }, "common": { "locked": { - "path": "../../flakes/common", - "type": "path" + "dir": "flakes/common", + "lastModified": 1761107519, + "narHash": "sha256-HV+W8peuB0elo/32CgwfITp/ox4dFDXaM22z/HlmZ2c=", + "ref": "refs/heads/master", + "rev": "9de4c7892bdf28735875d43849d67d9b16b6d700", + "revCount": 731, + "type": "git", + "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" }, "original": { - "path": "../../flakes/common", - "type": "path" - }, - "parent": [] + "dir": "flakes/common", + "type": "git", + "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" + } }, "crane": { "locked": { @@ -98,14 +104,20 @@ "nix-flatpak": "nix-flatpak" }, "locked": { - "path": "../../flakes/flatpaks", - "type": "path" + "dir": "flakes/flatpaks", + "lastModified": 1761107519, + "narHash": "sha256-HV+W8peuB0elo/32CgwfITp/ox4dFDXaM22z/HlmZ2c=", + "ref": "refs/heads/master", + "rev": "9de4c7892bdf28735875d43849d67d9b16b6d700", + "revCount": 731, + "type": "git", + "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" }, "original": { - "path": "../../flakes/flatpaks", - "type": "path" - }, - "parent": [] + "dir": "flakes/flatpaks", + "type": "git", + "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" + } }, "home-manager": { "inputs": { @@ -1279,14 +1291,20 @@ "ragenix": "ragenix" }, "locked": { - "path": "../../flakes/secrets", - "type": "path" + "dir": "flakes/secrets", + "lastModified": 1761107519, + "narHash": "sha256-HV+W8peuB0elo/32CgwfITp/ox4dFDXaM22z/HlmZ2c=", + "ref": "refs/heads/master", + "rev": "9de4c7892bdf28735875d43849d67d9b16b6d700", + "revCount": 731, + "type": "git", + "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" }, "original": { - "path": "../../flakes/secrets", - "type": "path" - }, - "parent": [] + "dir": "flakes/secrets", + "type": "git", + "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" + } }, "systems": { "locked": { diff --git a/hosts/lio/flake.nix b/hosts/lio/flake.nix index dda521b..c8b9294 100644 --- a/hosts/lio/flake.nix +++ b/hosts/lio/flake.nix @@ -6,10 +6,12 @@ nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; # Use relative to get current version for testing - common.url = "path:../../flakes/common"; - # common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles"; - secrets.url = "path:../../flakes/secrets"; - flatpaks.url = "path:../../flakes/flatpaks"; + # common.url = "path:../../flakes/common"; + common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common"; + # secrets.url = "path:../../flakes/secrets"; + secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets"; + # flatpaks.url = "path:../../flakes/flatpaks"; + flatpaks.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/flatpaks"; ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim"; };