From c3de5312192d870fcad4e860e8a792b887cd1567 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 19 May 2025 10:50:02 -0400 Subject: [PATCH] some restructuring --- flake.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index d62abf9..08776f2 100644 --- a/flake.nix +++ b/flake.nix @@ -1,13 +1,15 @@ { - description = "CrOS Flake"; + description = "CrOS Ecosystem"; inputs = { + # Official inputs nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - crowpkgs.url = "github:TheWanderingCrow/crowpkgs"; - nix-secrets = "github:TheWanderingCrow/nix-secrets"; - + # 3rd party inputs sops-nix.url = "github:Mic92/sops-nix"; + + # CrOS inputs + nix-secrets = "github:TheWanderingCrow/nix-secrets"; }; }