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": {
|
||||
"locked": {
|
||||
"lastModified": 1682559531,
|
||||
"narHash": "sha256-XxqGtAcmcf/5JPa0C4U+vQcmP5HWyJOiXM6NMgtV7ws=",
|
||||
"lastModified": 1682713494,
|
||||
"narHash": "sha256-0yiy8k+P+snvxfLEpfGM4dkxQwctdyb3Ehz/hjgaKmQ=",
|
||||
"owner": "srid",
|
||||
"repo": "haskell-flake",
|
||||
"rev": "c949068c4a1ba0ef35b84e4c0da73b12ddd1bc16",
|
||||
"rev": "98dfcc619b546e5b0167b9a1134600814c290539",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
mission-control.url = "github:Platonic-Systems/mission-control";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
outputs = inputs:
|
||||
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = import inputs.systems;
|
||||
imports = [
|
||||
inputs.haskell-flake.flakeModule
|
||||
|
|
Loading…
Reference in a new issue