From 20e3f6a425b0069e61ccb4d66e32a3ebbf9a4779 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 28 Jun 2024 19:41:22 -0700 Subject: [PATCH] system? --- flake.lock | 14 +++++++++----- flake.nix | 1 + 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 92e5b95..8d2ab6e 100644 --- a/flake.lock +++ b/flake.lock @@ -2,14 +2,18 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 0, + "lastModified": 1719254875, "narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=", - "path": "/nix/store/bi5zxc0v5g6ylygdwyqzh280sccg3ykb-source", - "type": "path" + "owner": "nixos", + "repo": "nixpkgs", + "rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60", + "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index 5bdb20d..5c9f928 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ name = "backgrounds"; builder = "${nixpkgs.bash}/bin/bash"; args = [ ./builder.sh ]; + system = builtins.currentSystem; }; }; }