Formatting update on flake.nix; nix flake update
This commit is contained in:
parent
ff0677c53e
commit
0c54a92057
6
flake.lock
generated
6
flake.lock
generated
@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728764407,
|
"lastModified": 1728840985,
|
||||||
"narHash": "sha256-J4kaIxwjrGVQkLA6njCFH09xj2oCf/VWFircIy7b65k=",
|
"narHash": "sha256-WUjdtdrRa/mPH6x918uI0nTVPidrTgkBn2VdvuOOtZo=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4ada35702a7146e1df24f8d6987a1d7c1a5a4707",
|
"rev": "d7a38a56893692ae64ca565e9b03bc6c5cae47cb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, flake-utils }:
|
outputs = { self, nixpkgs, flake-utils }:
|
||||||
flake-utils.lib.eachDefaultSystem (system:
|
flake-utils.lib.eachDefaultSystem (system: let
|
||||||
let
|
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
packageName = "HELPS";
|
packageName = "HELPS";
|
||||||
containerPackageName = "${packageName}-container";
|
containerPackageName = "${packageName}-container";
|
||||||
@ -20,7 +19,6 @@
|
|||||||
|
|
||||||
HELPS = pkgs.haskell.lib.justStaticExecutables self.packages.${system}.default;
|
HELPS = pkgs.haskell.lib.justStaticExecutables self.packages.${system}.default;
|
||||||
in {
|
in {
|
||||||
|
|
||||||
packages.${packageName} =
|
packages.${packageName} =
|
||||||
haskellPackages.callCabal2nix packageName self rec {};
|
haskellPackages.callCabal2nix packageName self rec {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user