From 5a1a2b98334f976dc0ec77d23b4225f394bc2b2f Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Tue, 20 Sep 2022 10:42:41 +0200 Subject: [PATCH] Update flakes --- defaults/threema | 2 +- flake.lock | 127 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+), 1 deletion(-) create mode 100644 flake.lock diff --git a/defaults/threema b/defaults/threema index 33c910c..5b43a53 160000 --- a/defaults/threema +++ b/defaults/threema @@ -1 +1 @@ -Subproject commit 33c910c4b562753d06ebd33755c59cf9555f2941 +Subproject commit 5b43a534d75d0c229344e3b946ca7263629ef42b diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..f2b5f5a --- /dev/null +++ b/flake.lock @@ -0,0 +1,127 @@ +{ + "nodes": { + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs-stable" + ] + }, + "locked": { + "lastModified": 1656169755, + "narHash": "sha256-Nlnm4jeQWEGjYrE6hxi/7HYHjBSZ/E0RtjCYifnNsWk=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "4a3d01fb53f52ac83194081272795aa4612c2381", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-22.05", + "repo": "home-manager", + "type": "github" + } + }, + "nixos-hardware": { + "locked": { + "lastModified": 1663229557, + "narHash": "sha256-1uU4nsDLXKG0AHc/VCsNBAEPkTA/07juYhcEWRb1O1E=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "a0df6cd6e199df4a78c833c273781ea92fa62cfb", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixos-hardware", + "type": "github" + } + }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1663587673, + "narHash": "sha256-4C4R/PV8+HjkgVd1Db8AuvHwhQp5vllVqOQEl6YDh3o=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "20dc478985d6545df53f0153f4af125eb014083d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-22.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1663494472, + "narHash": "sha256-fSowlaoXXWcAM8m9wA6u+eTJJtvruYHMA+Lb/tFi/qM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "f677051b8dc0b5e2a9348941c99eea8c4b0ff28f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "qois-infrastructure": { + "inputs": { + "nixpkgs-nixos-2205": [ + "nixpkgs-stable" + ], + "nixpkgs-nixos-unstable": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1662314302, + "narHash": "sha256-OhcKXHqy/t2gbOfkzp2Y5krDPJFqP15LO1r3/8Tze68=", + "ref": "HEAD", + "rev": "1fd7b0b8eb05dd88be0c6c056e7e91013be8570f", + "revCount": 232, + "type": "git", + "url": "file:///etc/nixos/qois-infrastructure" + }, + "original": { + "type": "git", + "url": "file:///etc/nixos/qois-infrastructure" + } + }, + "root": { + "inputs": { + "home-manager": "home-manager", + "nixos-hardware": "nixos-hardware", + "nixpkgs-stable": "nixpkgs-stable", + "nixpkgs-unstable": "nixpkgs-unstable", + "qois-infrastructure": "qois-infrastructure", + "threema": "threema" + } + }, + "threema": { + "inputs": { + "nixpkgs-unstable": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1663662987, + "narHash": "sha256-tS6aXas1VDPu2aOOSiERA/qa3IIedEDLazToagqFFbU=", + "ref": "main", + "rev": "5b43a534d75d0c229344e3b946ca7263629ef42b", + "revCount": 25, + "type": "git", + "url": "file:///etc/nixos/defaults/threema" + }, + "original": { + "type": "git", + "url": "file:///etc/nixos/defaults/threema" + } + } + }, + "root": "root", + "version": 7 +}