Update haskell-flake
This commit is contained in:
parent
1db97663fc
commit
fc263b19e4
2 changed files with 5 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -35,11 +35,11 @@
|
||||||
},
|
},
|
||||||
"haskell-flake": {
|
"haskell-flake": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1682559531,
|
"lastModified": 1682713494,
|
||||||
"narHash": "sha256-XxqGtAcmcf/5JPa0C4U+vQcmP5HWyJOiXM6NMgtV7ws=",
|
"narHash": "sha256-0yiy8k+P+snvxfLEpfGM4dkxQwctdyb3Ehz/hjgaKmQ=",
|
||||||
"owner": "srid",
|
"owner": "srid",
|
||||||
"repo": "haskell-flake",
|
"repo": "haskell-flake",
|
||||||
"rev": "c949068c4a1ba0ef35b84e4c0da73b12ddd1bc16",
|
"rev": "98dfcc619b546e5b0167b9a1134600814c290539",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
mission-control.url = "github:Platonic-Systems/mission-control";
|
mission-control.url = "github:Platonic-Systems/mission-control";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
|
outputs = inputs:
|
||||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||||
systems = import inputs.systems;
|
systems = import inputs.systems;
|
||||||
imports = [
|
imports = [
|
||||||
inputs.haskell-flake.flakeModule
|
inputs.haskell-flake.flakeModule
|
||||||
|
|
Loading…
Reference in a new issue