update flake

This commit is contained in:
Denis Lehmann 2021-09-18 10:36:00 +02:00
parent e38c102951
commit 9a5ed5f548
2 changed files with 8 additions and 8 deletions

14
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1629481132, "lastModified": 1631561581,
"narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", "narHash": "sha256-3VQMV5zvxaVLvqqUrNz3iJelLw30mIVSfZmAaauM3dA=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "997f7efcb746a9c140ce1f13c72263189225f482", "rev": "7e5bf3925f6fbdfaf50a2a7ca0be2879c4261d19",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,10 +17,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1630845541, "lastModified": 1631706269,
"narHash": "sha256-DKj/0V+NNJe3sgRAZFb4yYFZFH0gXD1qNU8xiI87+GA=", "narHash": "sha256-KVaS+GC3gz/G5qL09ZUnq4gpQR38C+AWuXJ1ftirgK0=",
"path": "/nix/store/qlw72jb119llpwpz8cp8afhwvi82k97m-source", "path": "/nix/store/afvflyac1s5f1y9sr7pvyxz644jl04k8-source",
"rev": "1e5c35dfbc8e0ad8c35aa1a6446f442ca1ec5234", "rev": "8dd8bd8be74879f9f7919b16a4cb5ab2a75f18e5",
"type": "path" "type": "path"
}, },
"original": { "original": {

View file

@ -1,7 +1,7 @@
{ {
description = "Stream media files over SSH"; description = "Stream media files over SSH";
nixConfig.bash-prompt = "\[strm-develop\]$ "; nixConfig.bash-prompt = "\[\\e[1mstrm-dev\\e[0m:\\w\]$ ";
inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.url = "github:numtide/flake-utils";