Add files via upload

This commit is contained in:
Rain Xelelo
2026-04-28 21:03:24 +03:00
committed by Linus Ammon
parent ac087e140c
commit a13975cf3b
2 changed files with 4 additions and 3 deletions
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1776877367,
"narHash": "sha256-EHq1/OX139R1RvBzOJ0aMRT3xnWyqtHBRUBuO1gFzjI=",
"lastModified": 1777268161,
"narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0726a0ecb6d4e08f6adced58726b95db924cef57",
"rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76",
"type": "github"
},
"original": {
+1
View File
@@ -10,6 +10,7 @@
inherit (nixpkgs) lib;
systems = [
"x86_64-linux"
"aarch64-linux"
];
forEachSystem = perSystem:
lib.genAttrs systems (