mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
some restructuring
This commit is contained in:
parent
2b95839d67
commit
c3de531219
1 changed files with 6 additions and 4 deletions
10
flake.nix
10
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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue