From 9263724b59ca1cb77c569d0b475c93cb18b125b5 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 10 Nov 2021 21:16:31 +0000 Subject: [PATCH] upd --- flake.lock | 20 ++++++++++++++++++-- user/daniel/home.nix | 2 -- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 55d4777..a59cba4 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,20 @@ { "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1634851050, + "narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -23,11 +38,12 @@ }, "i3utils": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1636132244, - "narHash": "sha256-uIfXaXszC0YSgEjPWE97o/JR4WS5bqJ8BcrKYz9ex4Y=", + "lastModified": 1636508828, + "narHash": "sha256-WieSw2pePMEZs61BUMEZeqWbTw74tl9OEp1KBCDpL+w=", "type": "git", "url": "file:///home/daniel/go/src/i3utils" }, diff --git a/user/daniel/home.nix b/user/daniel/home.nix index ad320aa..221d9ab 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -73,7 +73,5 @@ enable = true; }; - - home.stateVersion = "21.05"; }