mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
15 lines
335 B
Nix
15 lines
335 B
Nix
{
|
|
description = "CrOS Ecosystem";
|
|
|
|
inputs = {
|
|
# Official inputs
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
|
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
|
|
|
# 3rd party inputs
|
|
sops-nix.url = "github:Mic92/sops-nix";
|
|
|
|
# CrOS inputs
|
|
nix-secrets = "github:TheWanderingCrow/nix-secrets";
|
|
};
|
|
}
|