www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 24371c5201021bf55588b82fb4353f094ef80c27
parent 579f3e62e0fe0d012edd806a42b60d65ed826bbd
Author: Suzanne Soy <git@suzanne.soy>
Date:   Sun, 21 Feb 2021 23:01:05 +0000

Updated git

Diffstat:
Mflake.lock | 6+++---
Mflake.nix | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -2,13 +2,13 @@ "nodes": { "nixpkgs-git": { "locked": { - "narHash": "sha256-wLDweKqbmufa2wonCKBf4Wfl8I0eS1CGS7WdR5tPHKo=", + "narHash": "sha256-qdjmcYumPcqwgbeP5L5QicSvsyezSkhJSqMQXE9nDtM=", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/60330b60655b3fa3a18624bdd7069855bb37af99.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/58c19a2b0bbf75e68b1946460737c3f8a74b0f33.tar.gz" }, "original": { "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/60330b60655b3fa3a18624bdd7069855bb37af99.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/58c19a2b0bbf75e68b1946460737c3f8a74b0f33.tar.gz" } }, "root": { diff --git a/flake.nix b/flake.nix @@ -1,7 +1,7 @@ { description = ""; inputs = { - nixpkgs-git.url = https://github.com/NixOS/nixpkgs/archive/60330b60655b3fa3a18624bdd7069855bb37af99.tar.gz; # was: 62ef779f2a5050549772722665bedf52f01268d2 + nixpkgs-git.url = https://github.com/NixOS/nixpkgs/archive/58c19a2b0bbf75e68b1946460737c3f8a74b0f33.tar.gz; }; outputs = { nixpkgs-git, ... }@inputs : { defaultPackage.x86_64-linux =