1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00

Advance nixpkgs

This commit is contained in:
Sridhar Ratnakumar 2021-12-03 20:38:36 -05:00
parent 4690407be5
commit a85bdc922e
2 changed files with 5 additions and 5 deletions

View File

@ -33,17 +33,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1638097282,
"narHash": "sha256-EXCzj9b8X/lqDPJapxZThIOKL5ASbpsJZ+8L1LnY1ig=",
"lastModified": 1638432899,
"narHash": "sha256-iZ+rgyRx3JVyylXYxSyW01liDWEn+O8cKnin6cMzOFU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "78cb77b29d37a9663e05b61abb4fa09465da4b70",
"rev": "56cbe42f1668338d05febfbb866e32f2c865609a",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "78cb77b29d37a9663e05b61abb4fa09465da4b70",
"rev": "56cbe42f1668338d05febfbb866e32f2c865609a",
"type": "github"
}
},

View File

@ -1,7 +1,7 @@
{
description = "Ema project";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/78cb77b29d37a9663e05b61abb4fa09465da4b70";
nixpkgs.url = "github:nixos/nixpkgs/56cbe42f1668338d05febfbb866e32f2c865609a";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
url = "github:edolstra/flake-compat";