Compare commits

..

No commits in common. "8473347b4ec12ebeb38653d3a1366cb0a591577e" and "03237a9567ee1c043fb99bbc7e259b75325f335a" have entirely different histories.

4 changed files with 29 additions and 19 deletions

9
CHANGELOG.md Normal file
View file

@ -0,0 +1,9 @@
# 0.1.0
* Add README and assets
* Add CHANGELOG
# 0.1.1
* Add goals and improvements to README
* Document nixos-rebuild buid-vm usage

View file

@ -8,6 +8,7 @@
<img src=".github/assets/powered-by-nixos.gif" width="88px" height="31px">
<img src=".github/assets/i-love-reproducing-nix-btw.gif" width="88px" height="31px">
<img src=".github/assets/anything-but-windows.gif" width="88px" height="31px">
<img src=".github/assets/code-with-zed.webp" width="88px" height="31px">
</div>
<br>

36
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1751463132,
"narHash": "sha256-eKbIZwTsl+Rbkj4coSZETlcTbmVbegN1nCKJ7059p88=",
"lastModified": 1750153510,
"narHash": "sha256-NYHXXJZ9m4fJpKk9tKn/EExX87SqcBcRINOGF7hKRLI=",
"owner": "catppuccin",
"repo": "nix",
"rev": "a682f7033678ea093c42c5e361975af5988aa3de",
"rev": "4e95eaf8a351956d75cc400318579967ca2b6d0f",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"easy-hosts": {
"locked": {
"lastModified": 1751562656,
"narHash": "sha256-ISXs+9a/WSErCnCIieYU60EfaO5amh96oc+sjjU45yA=",
"lastModified": 1747174689,
"narHash": "sha256-WEA2HdjC90GLf5VpMLpvOF3/uSSq6AV4DQ4ezLFspc0=",
"owner": "tgirlcloud",
"repo": "easy-hosts",
"rev": "867059dd97fd509a2ce316101a27a2ee89076f89",
"rev": "e1210563fc527221e12544ce55cd954acf94e7ed",
"type": "github"
},
"original": {
@ -56,11 +56,11 @@
]
},
"locked": {
"lastModified": 1751413152,
"narHash": "sha256-Tyw1RjYEsp5scoigs1384gIg6e0GoBVjms4aXFfRssQ=",
"lastModified": 1749398372,
"narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "77826244401ea9de6e3bac47c2db46005e1f30b5",
"rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569",
"type": "github"
},
"original": {
@ -94,11 +94,11 @@
]
},
"locked": {
"lastModified": 1751549056,
"narHash": "sha256-miKaJ4SFNxhZ/WVDADae2jNd9zka5bV9hKmXspAzvxo=",
"lastModified": 1750973805,
"narHash": "sha256-BZXgag7I0rnL/HMHAsBz3tQrfKAibpY2vovexl2lS+Y=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1fa73bb2cc39e250eb01e511ae6ac83bfbf9f38c",
"rev": "080e8b48b0318b38143d5865de9334f46d51fce3",
"type": "github"
},
"original": {
@ -135,11 +135,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1751561412,
"narHash": "sha256-f09KaIjEwn/ljsV3BsIIbp5Fh7rYDRdxqAltLsf00IE=",
"lastModified": 1750836162,
"narHash": "sha256-gem0YyVFSOl2Rk44QDcJV55rTKrXKwbd81bGTRzk8Ig=",
"owner": "kaylorben",
"repo": "nixcord",
"rev": "55990af63fdbc0123a3b7fb18c30de018684ce32",
"rev": "b3354b598853684bfda58bbef2de62b651168899",
"type": "github"
},
"original": {
@ -181,11 +181,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1751271578,
"narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=",
"lastModified": 1750776420,
"narHash": "sha256-/CG+w0o0oJ5itVklOoLbdn2dGB0wbZVOoDm4np6w09A=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df",
"rev": "30a61f056ac492e3b7cdcb69c1e6abdcf00e39cf",
"type": "github"
},
"original": {

View file

@ -9,7 +9,7 @@
inputs.easy-hosts.flakeModule
];
easy-hosts = {
easyHosts = {
autoConstruct = true;
path = ../../systems;