Temporarily track haskell-updates branch of nixpkgs

This commit is contained in:
Utku Demir 2022-12-10 11:14:13 +03:00
parent 795e2107e3
commit 56f4fa6b2a
2 changed files with 5 additions and 5 deletions

View File

@ -35,16 +35,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1668231603,
"narHash": "sha256-/4br947zgRqABb52iLF4DCHgD49Fw5aQ6/IdTwaM95E=",
"lastModified": 1670631171,
"narHash": "sha256-alI61NWTLKyX5yxXGNjcI6gbSgiZzJ9DS76ZGb9T/4Q=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d8f2c4d846a2e65ad3f5a5e842b672f0b81588a2",
"rev": "54a348728f5bee66b996bd5f8aef52b52706c41f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"ref": "haskell-updates",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/haskell-updates";
flake-utils.url = "github:numtide/flake-utils/master";
flake-compat = {
url = "github:edolstra/flake-compat/master";