From a69d46ab777523316272f30503ff091a6a6b564d Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Sun, 6 Aug 2023 20:36:18 -0700 Subject: [PATCH] stuff --- flake.lock | 12 ++++++------ flake.nix | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 58344bc..5bddba2 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1690476848, - "narHash": "sha256-PSmzyuEbMxEn2uwwLYUN2l1psoJXb7jm/kfHD12Sq0k=", + "lastModified": 1691039228, + "narHash": "sha256-iPNZJ1LvfUf1Y456ewC0DXgf99TNssG8OLObOyqxO6M=", "owner": "nix-community", "repo": "home-manager", - "rev": "8d243f7da13d6ee32f722a3f1afeced150b6d4da", + "rev": "86dd48d70a2e2c17e84e747ba4faa92453e68d4a", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1690367991, - "narHash": "sha256-2VwOn1l8y6+cu7zjNE8MgeGJNNz1eat1HwHrINeogFA=", + "lastModified": 1691006197, + "narHash": "sha256-DbtxVWPt+ZP5W0Usg7jAyTomIM//c3Jtfa59Ht7AV8s=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c9cf0708f00fbe553319258e48ca89ff9a413703", + "rev": "66aedfd010204949cb225cf749be08cb13ce1813", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 8e1df2b..38a0d77 100755 --- a/flake.nix +++ b/flake.nix @@ -39,8 +39,10 @@ ./systems/common.nix ./systems/labby.nix ./users/jsutter.nix + ./users/isutter.nix + ./users/aksutter.nix ./modules/plasma.nix - ./modules/dev.nix + ./modules/3dprinting.nix ]; }; };