flake: update lockfile

This commit is contained in:
Timothy DeHerrera 2020-06-09 10:37:23 -06:00
parent 54be96d8b6
commit ad9f0d70e8
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 13 additions and 15 deletions

View file

@ -2,34 +2,34 @@
"nodes": { "nodes": {
"home": { "home": {
"info": { "info": {
"lastModified": 1581799840, "lastModified": 1589826413,
"narHash": "sha256-FLRpqHPswrY6bU9Uzrpqz2ZfKN8cTusu3JjvWgpQIZ8=" "narHash": "sha256-0qaxqdvPhRiaxtRLdhIYS384gP2VtHG2CzlxZzbfhwI="
}, },
"inputs": { "inputs": {
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"owner": "nrdxp", "owner": "rycee",
"repo": "home-manager", "repo": "home-manager",
"rev": "dae62d0baf5e918c3657e3973acfca970f826191", "rev": "a7a96ab121a3df4386499ebaacf23e726f0c5711",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nrdxp", "owner": "rycee",
"ref": "flakes", "ref": "bqv-flakes",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"info": { "info": {
"lastModified": 1587661952, "lastModified": 1591712628,
"narHash": "sha256-f7DEfMsZh1iZlJazl5/Bflkrx+S8I8goICMwBZvGWYI=" "narHash": "sha256-Tj4RhSq0MBD41mE/XzR1BexxDDYQ1yFCb72yEJ0ujpo="
}, },
"locked": { "locked": {
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9e58c8363b08aa3533b4e7316e25f6da254cf678", "rev": "511f062729e7f214cbc29b5bf88e7b199ffd0cda",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,13 +39,13 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"info": { "info": {
"lastModified": 1587644295, "lastModified": 1591701722,
"narHash": "sha256-ExEhf3YY2sfP92bqphrekku/w/vWQWj1nkxM4zy3zos=" "narHash": "sha256-4ZgyfTcakRjS3qb60kBZ5xaV+KeSsTiXVPdMDefFQ7U="
}, },
"locked": { "locked": {
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "89273a29d3b8062fc3200b51df278d2b80826b72", "rev": "92d5b1b55f68971ac3c6a13af308af3a0d39e30c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,10 +1,8 @@
{ {
description = "A highly structured configuration database."; description = "A highly structured configuration database.";
epoch = 201909;
inputs.nixpkgs.url = "nixpkgs/release-20.03"; inputs.nixpkgs.url = "nixpkgs/release-20.03";
inputs.home.url = "github:nrdxp/home-manager/flakes"; inputs.home.url = "github:rycee/home-manager/bqv-flakes";
outputs = inputs@{ self, home, nixpkgs }: outputs = inputs@{ self, home, nixpkgs }:
let let