aboutsummaryrefslogtreecommitdiffstats
path: root/ginaz/flake.lock
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-03-13 13:00:02 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-03-13 13:00:02 -0700
commit810daded587165f9b671f3c770c0f35b87f17fb3 (patch)
tree4a1b9b5da89dcdc65bd0b3c48b9b3ec68ab91d3d /ginaz/flake.lock
parent08062d364056ba5b6f1e48d940be478ac50f6a17 (diff)
downloadnix-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
Diffstat (limited to 'ginaz/flake.lock')
-rw-r--r--ginaz/flake.lock27
1 files changed, 27 insertions, 0 deletions
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
+}