"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1635110579,
- "narHash": "sha256-QJzT/ts3reR1wtezw6/05lOur2BhF8ec1IsD7PQ1yEs=",
+ "lastModified": 1660908602,
+ "narHash": "sha256-SwZ85IPWvC4NxxFhWhRMTJpApSHbY1u4YK2UFWEBWvY=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "6b23e8fc7820366e489377b5b00890f088f36a01",
+ "rev": "495b19d5b3e62b4ec7e846bdfb6ef3d9c3b83492",
"type": "github"
},
"original": {
]
},
"locked": {
- "lastModified": 1635380370,
- "narHash": "sha256-2TS2EonIm5rB/FuaQF8O0JJMeRsX0cFoz/nfawHiF5U=",
- "ref": "main",
- "rev": "15f57d4bc533cb5a5c355b755b518f5a23a0011b",
- "revCount": 48,
+ "lastModified": 1646612789,
+ "narHash": "sha256-73J17OLEiUz/CnEUJKtBXcf4AIA3BLQLoB1bLRzBqXs=",
+ "ref": "refs/heads/main",
+ "rev": "b2dccef38e13d96eff2e6e3480c2b1423c08aaa8",
+ "revCount": 60,
"type": "git",
- "url": "https://git.code.sourcephile.fr/~julm/symantic-base"
+ "url": "git://git.sourcephile.fr/haskell/symantic-base"
},
"original": {
- "ref": "main",
"type": "git",
- "url": "https://git.code.sourcephile.fr/~julm/symantic-base"
+ "url": "git://git.sourcephile.fr/haskell/symantic-base"
}
}
},
{
inputs.nixpkgs.url = "flake:nixpkgs";
-inputs.symantic-base.url = "git+https://git.code.sourcephile.fr/~julm/symantic-base?ref=main";
+#inputs.symantic-base.url = "git+https://git.code.sourcephile.fr/~julm/symantic-base?ref=main";
+#inputs.symantic-base.url = "git+ssh://git@losurdo.wg/julm/symantic-base?ref=main";
+inputs.symantic-base.url = "git://git.sourcephile.fr/haskell/symantic-base";
inputs.symantic-base.inputs.nixpkgs.follows = "nixpkgs";
outputs = inputs: let
pkg = "symantic-plaintext";
lib = inputs.nixpkgs.lib;
- forAllSystems = f: lib.genAttrs lib.systems.supported.hydra (system: f rec {
+ forAllSystems = f: lib.genAttrs lib.systems.flakeExposed (system: f rec {
inherit system;
pkgs = inputs.nixpkgs.legacyPackages.${system};
haskellPackages = pkgs.haskellPackages.extend (with pkgs.haskell.lib; hfinal: hsuper: {