mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
13 lines
323 B
Nix
13 lines
323 B
Nix
{
|
|
description = "CrOS Flake";
|
|
|
|
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";
|
|
|
|
sops-nix.url = "github:Mic92/sops-nix";
|
|
};
|
|
}
|