add x32-edit as hydrajob

This commit is contained in:
Rouven Seifert 2023-05-04 10:48:26 +02:00
parent c0c544b447
commit 3b34cfe958
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 15 additions and 12 deletions

18
flake.lock generated
View file

@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1682977601, "lastModified": 1683153724,
"narHash": "sha256-F1Va/Uiw2tVNn27FLqWyBkiqDyIm/eCamw9wA/GK8Fw=", "narHash": "sha256-wiQ8pBYbbPklLngAz5w3VvwmpLqTNroKc7um56iCLHo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0e4c33d76006c9080d2f228ba1c2308e3e4d7be6", "rev": "514c0a71f47cb80282742d7e4b6913c2c0582c2d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -217,11 +217,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1682980127, "lastModified": 1683186212,
"narHash": "sha256-gR9nRwiq1TGtc83SpDnaBcjnEbnOJks4oDDhduGVEZQ=", "narHash": "sha256-yX8IvlTZk/RoNWS7GuOWv4C3rnR/supXfK9hw1O5biY=",
"owner": "therealr5", "owner": "therealr5",
"repo": "purge", "repo": "purge",
"rev": "82a64f778ee5edb2af95236077afef237a150104", "rev": "b5c626728aced5c7b5243f6c6ace69be39197d00",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -272,11 +272,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683019282, "lastModified": 1683186719,
"narHash": "sha256-MfX/KiPTRllSzeRu3sBdLR2SpbNASL7LLxhUKbes6NQ=", "narHash": "sha256-BWSTeVPlqjkQ5J5M5WAeNKqUhHwVQXddfQaQek8qWRU=",
"owner": "therealr5", "owner": "therealr5",
"repo": "trucksimulatorbot-images", "repo": "trucksimulatorbot-images",
"rev": "a2b6a62af5ff0a9bbf25200b9a296ccf12c8df2c", "rev": "b7952feb4f1620e9f5f984d8f08aa4679d9b0177",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -61,9 +61,12 @@
, trucksimulatorbot-images , trucksimulatorbot-images
, ... , ...
}@attrs: { }@attrs: {
packages.x86_64-linux.default = self.nixosConfigurations.iso.config.system.build.isoImage; packages.x86_64-linux = {
packages.x86_64-linux.jmri = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/jmri { }; default = self.nixosConfigurations.iso.config.system.build.isoImage;
hydraJobs.x86_64-linux = self.packages.x86_64-linux; jmri = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/jmri { };
x32edit = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/x32edit{ };
};
hydraJobs = self.packages;
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
nixosConfigurations = { nixosConfigurations = {
thinkpad = nixpkgs.lib.nixosSystem { thinkpad = nixpkgs.lib.nixosSystem {