unfree licenses prevent flake check

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

View file

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

View file

@ -61,12 +61,9 @@
, trucksimulatorbot-images , trucksimulatorbot-images
, ... , ...
}@attrs: { }@attrs: {
packages.x86_64-linux = { packages.x86_64-linux.default = self.nixosConfigurations.iso.config.system.build.isoImage;
default = self.nixosConfigurations.iso.config.system.build.isoImage; packages.x86_64-linux.jmri = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/jmri { };
jmri = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/jmri { }; hydraJobs.x86_64-linux = self.packages.x86_64-linux;
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 {