feat(systems/chen): initialise

This commit is contained in:
Kat Inskip 2023-02-04 14:56:01 -08:00
parent ccf6a6f704
commit ee228abd84
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 116 additions and 18 deletions

View file

@ -36,6 +36,15 @@
url = "github:lnl7/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
};
# WSL host
wsl = {
url = "github:nix-community/NixOS-WSL";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "utils";
flake-compat.follows = "flake-compat";
};
};
# flake-utils
utils.url = "github:numtide/flake-utils";
# file structure -> attrset