From 6ab25b8718e29fc81b620c515db9a9621c4a896f Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 23 Aug 2021 20:12:38 +0200 Subject: [PATCH] remove flake lock --- flake.lock | 66 ------------------------------------------------------ 1 file changed, 66 deletions(-) delete mode 100644 flake.lock diff --git a/flake.lock b/flake.lock deleted file mode 100644 index 245e566..0000000 --- a/flake.lock +++ /dev/null @@ -1,66 +0,0 @@ -{ - "nodes": { - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1626073055, - "narHash": "sha256-vocByfpVu6m9zvtJugDvmd6/9iT2HJuG4tmDICKd0lI=", - "owner": "rycee", - "repo": "home-manager", - "rev": "775cb20bd4af7781fbf336fb201df02ee3d544bb", - "type": "github" - }, - "original": { - "owner": "rycee", - "ref": "master", - "repo": "home-manager", - "type": "github" - } - }, - "nixos-unstable": { - "locked": { - "lastModified": 1625874246, - "narHash": "sha256-7cGgcysIXz/j/lRpJn7cNJjf0+k7sQ5EuGn62252Svw=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "45fc7d4a35c5343e58541a7847f6415654ccbb37", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1625919529, - "narHash": "sha256-Epn7JRegnKN81hQh4hGx1FOwfp3fBxDCIuSZDgqaBQ4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "cf59fbd539681f5ec2f4a82cf77aae7ab827a03f", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-21.05", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "home-manager": "home-manager", - "nixos-unstable": "nixos-unstable", - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -}