From 9a5ed5f548e54caaa44ee4d141aba91ce040ef83 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 18 Sep 2021 10:36:00 +0200 Subject: [PATCH] update flake --- flake.lock | 14 +++++++------- flake.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 9907a81..7b2bd4a 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "flake-utils": { "locked": { - "lastModified": 1629481132, - "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=", + "lastModified": 1631561581, + "narHash": "sha256-3VQMV5zvxaVLvqqUrNz3iJelLw30mIVSfZmAaauM3dA=", "owner": "numtide", "repo": "flake-utils", - "rev": "997f7efcb746a9c140ce1f13c72263189225f482", + "rev": "7e5bf3925f6fbdfaf50a2a7ca0be2879c4261d19", "type": "github" }, "original": { @@ -17,10 +17,10 @@ }, "nixpkgs": { "locked": { - "lastModified": 1630845541, - "narHash": "sha256-DKj/0V+NNJe3sgRAZFb4yYFZFH0gXD1qNU8xiI87+GA=", - "path": "/nix/store/qlw72jb119llpwpz8cp8afhwvi82k97m-source", - "rev": "1e5c35dfbc8e0ad8c35aa1a6446f442ca1ec5234", + "lastModified": 1631706269, + "narHash": "sha256-KVaS+GC3gz/G5qL09ZUnq4gpQR38C+AWuXJ1ftirgK0=", + "path": "/nix/store/afvflyac1s5f1y9sr7pvyxz644jl04k8-source", + "rev": "8dd8bd8be74879f9f7919b16a4cb5ab2a75f18e5", "type": "path" }, "original": { diff --git a/flake.nix b/flake.nix index 8b1a9f2..16956ea 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { 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";