Skip to content
Snippets Groups Projects
Commit c73911f8 authored by Jens Nolte's avatar Jens Nolte
Browse files

Update nixpkgs

parent cd71ac69
No related branches found
No related tags found
No related merge requests found
Pipeline #2934 failed
......@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1649225869,
"narHash": "sha256-u1zLtPmQzhT9mNXyM8Ey9pk7orDrIKdwooeGDEXm5xM=",
"lastModified": 1659077768,
"narHash": "sha256-P0XIHBVty6WIuIrk2DZNvLcYev9956y1prT4zL212H8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b6966d911da89e5a7301aaef8b4f0a44c77e103c",
"rev": "2a93ea177c3d7700b934bf95adfe00c435f696b8",
"type": "github"
},
"original": {
......
......@@ -12,9 +12,9 @@
packages = forAllSystems (system:
let pkgs = import nixpkgs { inherit system; overlays = [ self.overlay ]; };
in rec {
default = ghc922.quasar;
default = ghc923.quasar;
quasar = pkgs.haskellPackages.quasar;
ghc922.quasar = pkgs.haskell.packages.ghc922.quasar;
ghc923.quasar = pkgs.haskell.packages.ghc923.quasar;
}
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment