use imports and split programs into their own files for organization

This commit is contained in:
= 2024-03-11 03:30:34 -05:00
parent 88107ecd41
commit a442323649
25 changed files with 850 additions and 357 deletions

24
flake.lock generated
View file

@ -16,9 +16,31 @@
"type": "github"
}
},
"nypkgs": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1710063049,
"narHash": "sha256-cKiaLtaLKHspCnLSweW3YEEwo3XfvTEFTbopLRSVzbc=",
"owner": "yunfachi",
"repo": "nypkgs",
"rev": "a003afbe194af34a443319619d5f9c074b1f16c7",
"type": "github"
},
"original": {
"owner": "yunfachi",
"ref": "master",
"repo": "nypkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"nypkgs": "nypkgs"
}
}
},