Get back to nixpkgs-unstable

This commit is contained in:
Utku Demir 2024-04-01 22:30:34 +13:00
parent 682474456c
commit c05199ae65
2 changed files with 8 additions and 9 deletions

View File

@ -22,11 +22,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1709126324, "lastModified": 1710146030,
"narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=", "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "d465f4819400de7c8d874d50b982301f28a84605", "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,16 +38,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1709252050, "lastModified": 1711715736,
"narHash": "sha256-K4ULMrXd6qzY6z5bOH/7DtqMM3eXyGCorAjDMrRXsWI=", "narHash": "sha256-9slQ609YqT9bT/MNX9+5k5jltL9zgpn36DpFB7TkttM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a1ed79952d0edc51a55931a28fba93fca0cf00fd", "rev": "807c549feabce7eddbf259dbdcec9e0600a0660d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "haskell-updates", "ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -1,7 +1,6 @@
{ {
inputs = { inputs = {
# Temporary until `haskell-updates` is merged. Move it back to `nixpkgs-unstable` once it is. nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/haskell-updates";
flake-utils.url = "github:numtide/flake-utils/main"; flake-utils.url = "github:numtide/flake-utils/main";
flake-compat = { flake-compat = {
url = "github:edolstra/flake-compat/master"; url = "github:edolstra/flake-compat/master";