feat: start migrating things

This commit is contained in:
Kat Inskip 2022-12-03 19:51:56 +01:00
parent d0b95b4b9e
commit ed581ca5b4
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 530 additions and 9 deletions

18
flake.lock generated
View file

@ -21,6 +21,23 @@
"type": "github"
}
},
"arcexprs": {
"flake": false,
"locked": {
"lastModified": 1669933794,
"narHash": "sha256-+7kYj0AhffjlrLXksTmCfcovRqDrBOF9TZA2jSlsfws=",
"owner": "arcnmx",
"repo": "nixexprs",
"rev": "1adfd2810dd37e78ee98e5cd18afe2e87d4bbe38",
"type": "github"
},
"original": {
"owner": "arcnmx",
"ref": "master",
"repo": "nixexprs",
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
@ -177,6 +194,7 @@
},
"root": {
"inputs": {
"arcexprs": "arcexprs",
"darwin": "darwin",
"empty": "empty",
"home-manager": "home-manager",