diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-03-13 13:00:02 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-03-13 13:00:02 -0700 |
commit | 810daded587165f9b671f3c770c0f35b87f17fb3 (patch) | |
tree | 4a1b9b5da89dcdc65bd0b3c48b9b3ec68ab91d3d | |
parent | 08062d364056ba5b6f1e48d940be478ac50f6a17 (diff) | |
download | nix-810daded587165f9b671f3c770c0f35b87f17fb3.tar nix-810daded587165f9b671f3c770c0f35b87f17fb3.tar.gz nix-810daded587165f9b671f3c770c0f35b87f17fb3.tar.bz2 nix-810daded587165f9b671f3c770c0f35b87f17fb3.tar.lz nix-810daded587165f9b671f3c770c0f35b87f17fb3.tar.xz nix-810daded587165f9b671f3c770c0f35b87f17fb3.tar.zst nix-810daded587165f9b671f3c770c0f35b87f17fb3.zip |
Add flake.lock and swap out currently broken gimp package
-rw-r--r-- | ginaz/configuration.nix | 3 | ||||
-rw-r--r-- | ginaz/flake.lock | 27 |
2 files changed, 29 insertions, 1 deletions
diff --git a/ginaz/configuration.nix b/ginaz/configuration.nix index c3409e9..6c5f771 100644 --- a/ginaz/configuration.nix +++ b/ginaz/configuration.nix @@ -49,7 +49,8 @@ fping geeqie geonkick - gimp-with-plugins + #gimp-with-plugins + gimp git go godot_4 diff --git a/ginaz/flake.lock b/ginaz/flake.lock new file mode 100644 index 0000000..fa62f4a --- /dev/null +++ b/ginaz/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1710272261, + "narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |