Upgrade sources

This commit is contained in:
Connor Prussin 2021-11-20 09:35:08 -08:00
parent 8295d8755e
commit 8840689a60
No known key found for this signature in database
GPG Key ID: C72452E036D53A6A
2 changed files with 9 additions and 25 deletions

View File

@ -12,17 +12,13 @@ let
''; '';
}; };
}; };
purs-tidy-overlay = pkgs: _: { easy-purescript-nix-overlay = pkgs: _: {
inherit (import sources.easy-purescript-nix { inherit pkgs; }) purs-tidy; inherit (import sources.easy-purescript-nix { inherit pkgs; }) purescript purs-tidy spago;
};
unstable-packages-overlay = _: _: {
inherit (import sources.nixpkgs-unstable {}) purescript;
}; };
pkgs = import sources.nixpkgs { pkgs = import sources.nixpkgs {
overlays = [ overlays = [
niv-overlay niv-overlay
purs-tidy-overlay easy-purescript-nix-overlay
unstable-packages-overlay
]; ];
}; };
build = pkgs.writeShellScriptBin "build" '' build = pkgs.writeShellScriptBin "build" ''

View File

@ -5,10 +5,10 @@
"homepage": "", "homepage": "",
"owner": "justinwoo", "owner": "justinwoo",
"repo": "easy-purescript-nix", "repo": "easy-purescript-nix",
"rev": "7802db65618c2ead3a55121355816b4c41d276d9", "rev": "82f901ce0a2d86327e2d65993a75c2ea74f229f2",
"sha256": "0n99hxxcp9yc8yvx7bx4ac6askinfark7dnps3hzz5v9skrvq15q", "sha256": "0qsq8bj76y3bxdl2iphknjib139z0jw75xlaih7viv9kvfm9b1lx",
"type": "tarball", "type": "tarball",
"url": "https://github.com/justinwoo/easy-purescript-nix/archive/7802db65618c2ead3a55121355816b4c41d276d9.tar.gz", "url": "https://github.com/justinwoo/easy-purescript-nix/archive/82f901ce0a2d86327e2d65993a75c2ea74f229f2.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"nixpkgs": { "nixpkgs": {
@ -17,22 +17,10 @@
"homepage": "https://github.com/NixOS/nixpkgs", "homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1c1f5649bb9c1b0d98637c8c365228f57126f361", "rev": "f7949198dcff52265b322ca8abf7450610e7e49e",
"sha256": "0f2nvdijyxfgl5kwyb4465pppd5vkhqxddx6v40k2s0z9jfhj0xl", "sha256": "1q7538dj47yp9azwk3bl193d0bwmsvm53rxwww4wr9qk6qljd2r7",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/1c1f5649bb9c1b0d98637c8c365228f57126f361.tar.gz", "url": "https://github.com/NixOS/nixpkgs/archive/f7949198dcff52265b322ca8abf7450610e7e49e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs-unstable": {
"branch": "nixpkgs-unstable",
"description": "Nix Packages collection",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8f39ad3da14ce78daf249c8291a4e43a17bbcf98",
"sha256": "1sdfb6bq8n0v5m6962cz5nfw3hkcrlzc1xnw6b0xnkr3sxxj6m34",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/8f39ad3da14ce78daf249c8291a4e43a17bbcf98.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
} }
} }