Compare commits

...

2 commits

Author SHA1 Message Date
Jo
8473347b4e 📦 Update flake to resolve easy-hosts error
Some checks failed
Trufflehog: check for exposed secrets / Run trufflehog (push) Has been cancelled
Nix: check for unused code / Run deadnix (push) Has been cancelled
Nix: validate flake / Validate x86_64-linux (push) Has been cancelled
2025-07-03 19:26:15 +02:00
Jo
1a01c1ef12
📝 I'm gonna kms 2025-07-03 18:26:09 +02:00
4 changed files with 19 additions and 29 deletions

View file

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

View file

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