diff --git a/flake.lock b/flake.lock index c0da304..c1085ce 100644 --- a/flake.lock +++ b/flake.lock @@ -188,6 +188,25 @@ "type": "github" } }, + "cros": { + "inputs": { + "nix-index-database": "nix-index-database", + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1776835163, + "narHash": "sha256-je71tN9Oa/oIshsLVkGhnifRM3gAMOWTPW/Vl7OaCE0=", + "owner": "ninelore", + "repo": "flake", + "rev": "bdce57268349cdc78eabafe0abf63e7966792e3d", + "type": "github" + }, + "original": { + "owner": "ninelore", + "repo": "flake", + "type": "github" + } + }, "disko": { "inputs": { "nixpkgs": [ @@ -1039,14 +1058,17 @@ "zen-browser": "zen-browser" }, "locked": { - "lastModified": 1774175597, - "narHash": "sha256-idZ/jE2+3ZyTd1qg8Oj1sxBXmYjUXSGqKM2JrjG/99I=", - "path": "/storage/git/packages-blueprint", - "type": "path" + "lastModified": 1774175596, + "narHash": "sha256-jfyq6KrlvnJhcZSVEvTJRQIkhH9VnGsBm0L48XVvP4k=", + "ref": "refs/heads/main", + "rev": "6285967dc030becdce253e9486088bf0123826e3", + "revCount": 4, + "type": "git", + "url": "ssh://gitea@gitea.linerds.us/unexplrd/packages-blueprint" }, "original": { - "path": "/storage/git/packages-blueprint", - "type": "path" + "type": "git", + "url": "ssh://gitea@gitea.linerds.us/unexplrd/packages-blueprint" } }, "mysecrets": { @@ -1209,6 +1231,27 @@ } }, "nix-index-database": { + "inputs": { + "nixpkgs": [ + "cros", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1776829403, + "narHash": "sha256-oHVcvP2Ahhj1KUsEzp+2BQF55/r5VSa3QxdPdwE1p00=", + "owner": "nix-community", + "repo": "nix-index-database", + "rev": "c43246d4e9e506178b69baed075d797ec2d873e2", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-index-database", + "type": "github" + } + }, + "nix-index-database_2": { "inputs": { "nixpkgs": [ "nixpkgs" @@ -1257,13 +1300,13 @@ "locked": { "lastModified": 1776548001, "narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=", - "owner": "NixOS", + "owner": "nixos", "repo": "nixpkgs", "rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "nixos", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" @@ -1285,6 +1328,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1776548001, + "narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nur": { "inputs": { "flake-parts": [ @@ -1428,6 +1487,7 @@ "inputs": { "blueprint": "blueprint", "chaotic": "chaotic", + "cros": "cros", "disko": "disko", "dms": "dms", "ghostty": "ghostty", @@ -1440,9 +1500,9 @@ "niri-flake": "niri-flake", "nix-bwrapper": "nix-bwrapper_2", "nix-flatpak": "nix-flatpak", - "nix-index-database": "nix-index-database", + "nix-index-database": "nix-index-database_2", "nixos-cosmic": "nixos-cosmic", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "nixpkgs-stable": "nixpkgs-stable", "sops-nix": "sops-nix", "stylix": "stylix", diff --git a/flake.nix b/flake.nix index 0bf068b..b559693 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ hyprland.url = "github:hyprwm/Hyprland"; hyprsunset.url = "github:hyprwm/hyprsunset"; lanzaboote.url = "github:nix-community/lanzaboote"; - mypackages.url = "path:/storage/git/packages-blueprint"; + mypackages.url = "git+ssh://gitea@gitea.linerds.us/unexplrd/packages-blueprint"; mysecrets.url = "git+ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets"; niri-flake.url = "github:sodiboo/niri-flake"; nix-bwrapper.url = "github:Naxdy/nix-bwrapper";