Update nixpkgs, etc.

This commit is contained in:
Sridhar Ratnakumar 2022-01-13 18:19:49 -05:00
parent 6b0807fbdb
commit f7950223ff
2 changed files with 5 additions and 5 deletions

View file

@ -33,17 +33,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1641577433, "lastModified": 1642069818,
"narHash": "sha256-T7lS8vpbC3dgtrkb2ueC9HWaX4RYUwdP7IEttnvKQ8Y=", "narHash": "sha256-666w6j8wl/bojfgpp0k58/UJ5rbrdYFbI2RFT2BXbSQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "568e0bc498ee51fdd88e1e94089de05f2fdbd18b", "rev": "46821ea01c8f54d2a20f5a503809abfc605269d7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "568e0bc498ee51fdd88e1e94089de05f2fdbd18b", "rev": "46821ea01c8f54d2a20f5a503809abfc605269d7",
"type": "github" "type": "github"
} }
}, },

View file

@ -1,7 +1,7 @@
{ {
description = "haskell-template's description"; description = "haskell-template's description";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/568e0bc498ee51fdd88e1e94089de05f2fdbd18b"; nixpkgs.url = "github:nixos/nixpkgs/46821ea01c8f54d2a20f5a503809abfc605269d7";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
flake-compat = { flake-compat = {
url = "github:edolstra/flake-compat"; url = "github:edolstra/flake-compat";