diff --git a/flake.lock b/flake.lock index e754ac1..306bc5e 100644 --- a/flake.lock +++ b/flake.lock @@ -35,11 +35,11 @@ }, "haskell-flake": { "locked": { - "lastModified": 1711654339, - "narHash": "sha256-FgzDSS4Hlq9SOCu2VC9Eea6cT3jis0pxg+6cYBuJA18=", + "lastModified": 1711728312, + "narHash": "sha256-l6ij3l6sQJSSSxQSTeIvGj/hP5mwmihkoSGhBsKLaio=", "owner": "srid", "repo": "haskell-flake", - "rev": "474fcb07635972baa325e47db84cc2195712da5a", + "rev": "51bcbc27194e734a1524ac3d36e1539fba9a3baa", "type": "github" }, "original": { @@ -50,11 +50,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1711624657, - "narHash": "sha256-IViG6BKCJY/I6oRNfAANf/QitYylepQSCzgam0TF+bs=", + "lastModified": 1711681563, + "narHash": "sha256-rY/L4ZpFZRJDVoUsOqtpk3/8A8/l3RjYgMXmQc3uw3w=", "owner": "nixos", "repo": "nixpkgs", - "rev": "72c6ed328aa4e5d9151b1a512f6ad83aca7529fa", + "rev": "9b09bde6e3fc9493b6a8b2a5702ac87c66505c64", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index d340d45..c74611b 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,8 @@ fileset = lib.fileset.unions [ ./src ./haskell-template.cabal + ./LICENSE + ./README.md ]; });