nixos-config/flake.lock

269 lines
7.1 KiB
Plaintext
Raw Normal View History

2020-09-23 10:36:46 +02:00
{
"nodes": {
2020-09-24 12:35:45 +02:00
"cabal-fmt-src": {
"flake": false,
"locked": {
"lastModified": 1598802028,
"narHash": "sha256-5yUORdBD9mtL7vPnqs+MGnHvQ7y7OGx5VeMHx0pIe2U=",
"owner": "phadej",
"repo": "cabal-fmt",
"rev": "0c716667848e0a6f2b5f999b60b067e36b0495ce",
"type": "github"
},
"original": {
"owner": "phadej",
"ref": "master",
"repo": "cabal-fmt",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1600853454,
"narHash": "sha256-EgsgbcJNZ9AQLVhjhfiegGjLbO+StBY9hfKsCwc8Hw8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "94cf59784c73ecec461eaa291918eff0bfb538ac",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"locked": {
2021-03-08 19:11:31 +01:00
"lastModified": 1614513358,
"narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=",
2020-09-24 12:35:45 +02:00
"owner": "numtide",
"repo": "flake-utils",
2021-03-08 19:11:31 +01:00
"rev": "5466c5bbece17adaab2d82fae80b46e807611bf3",
2020-09-24 12:35:45 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1600209923,
"narHash": "sha256-zoOWauTliFEjI++esk6Jzk7QO5EKpddWXQm9yQK24iM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3cd06d3c1df6879c9e41cb2c33113df10566c760",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore-nix-src": {
"flake": false,
"locked": {
"lastModified": 1594969032,
"narHash": "sha256-nbZfz02QoVe1yYK7EtCV7wMi4VdHzZEoPg20ZSDo9to=",
"owner": "hercules-ci",
"repo": "gitignore",
"rev": "c4662e662462e7bf3c2a968483478a665d00e717",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"ref": "master",
"repo": "gitignore",
"type": "github"
}
},
"hindent-src": {
"flake": false,
"locked": {
"lastModified": 1599403541,
"narHash": "sha256-Js9uf2JSID3Ny5DVJbJ/cAbOPthcb1fKXCfyk+uoLT0=",
"owner": "chrisdone",
"repo": "hindent",
"rev": "a75d4033969ecf7d4d0a5eb985d3d1abb3b9301f",
"type": "github"
},
"original": {
"owner": "chrisdone",
"ref": "master",
"repo": "hindent",
"type": "github"
}
},
2020-09-23 10:36:46 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
2020-09-23 10:36:46 +02:00
"locked": {
2021-04-04 18:49:39 +02:00
"lastModified": 1617493660,
"narHash": "sha256-PnPSs6RkkI2M6GyB2iGsL6hgDTe01yk5ZGP9q/Q14M8=",
2020-09-23 10:36:46 +02:00
"owner": "nix-community",
"repo": "home-manager",
2021-04-04 18:49:39 +02:00
"rev": "25a6a6d2984e70c9a07c8f8a69ebe24e6c700abf",
2020-09-23 10:36:46 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2021-04-04 18:49:39 +02:00
"lastModified": 1617082367,
"narHash": "sha256-W0cQPGjc4IVzryaGycuoS8KZkXafS1P23w/fcKLoD5Y=",
2020-10-23 11:40:41 +02:00
"owner": "NixOS",
2020-09-23 10:36:46 +02:00
"repo": "nixpkgs",
2021-04-04 18:49:39 +02:00
"rev": "04a2b269d8921505a2969fc9ec25c1f517f2b307",
2020-09-23 10:36:46 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"locked": {
2021-04-04 18:49:39 +02:00
"lastModified": 1617544900,
"narHash": "sha256-C4uHa3IJHvQFmF4M4hK1FhASliEyag9M/qZLQsQD1iE=",
2020-09-23 10:36:46 +02:00
"owner": "nix-community",
"repo": "NUR",
2021-04-04 18:49:39 +02:00
"rev": "18e3badc327531f85031b09511dc16bbb0bdd8f4",
2020-09-23 10:36:46 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "NUR",
"type": "github"
}
},
2020-12-25 11:58:44 +01:00
"obelisk": {
"flake": false,
"locked": {
"lastModified": 1608244789,
"narHash": "sha256-fzaMcHupjoR8UMwkwikaFtvjr8CfmHN4Zgexno1HkzY=",
"owner": "obsidiansystems",
"repo": "obelisk",
"rev": "7ad33cbe3e84b209e83c505ce25486445bbd602e",
"type": "github"
},
"original": {
"owner": "obsidiansystems",
"repo": "obelisk",
"type": "github"
}
},
2021-04-04 18:49:39 +02:00
"photoprism": {
"flake": false,
"locked": {
"lastModified": 1613655548,
"narHash": "sha256-ip5QC2fZyJLYdcgaeCiCmbIb6byoqP9SYN79KAZSsVc=",
"owner": "photoprism",
"repo": "photoprism",
"rev": "a9f64f98c2c99c07a9e69a82a1122e3b520790cf",
"type": "github"
},
"original": {
"owner": "photoprism",
"repo": "photoprism",
"rev": "a9f64f98c2c99c07a9e69a82a1122e3b520790cf",
"type": "github"
}
},
"photoprism-flake": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"photoprism": "photoprism",
"ranz2nix": "ranz2nix"
},
"locked": {
"lastModified": 1617552772,
"narHash": "sha256-qwx9FXWyVctsQ71at/SMuQqWLqb8PsWO70rGhl89ISc=",
"owner": "felschr",
"repo": "photoprism-flake",
"rev": "506288386361021db9b8b0c878ffe317bcc8a11c",
"type": "github"
},
"original": {
"owner": "felschr",
"ref": "multi-arch",
"repo": "photoprism-flake",
"type": "github"
}
},
2020-09-24 12:35:45 +02:00
"pre-commit-hooks": {
"inputs": {
"cabal-fmt-src": "cabal-fmt-src",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils_2",
"gitignore-nix-src": "gitignore-nix-src",
"hindent-src": "hindent-src",
"nixpkgs": [
"nixpkgs"
]
2020-09-24 12:35:45 +02:00
},
"locked": {
"lastModified": 1600939022,
"narHash": "sha256-TDyYQGP2x+LDU2hHUtXI9hrwN2iQByLBfq39rXBq1cA=",
"owner": "Myhlamaeus",
"repo": "pre-commit-hooks.nix",
"rev": "8d48a4cd434a6a6cc8f2603b50d2c0b2981a7c55",
"type": "github"
},
"original": {
"owner": "Myhlamaeus",
"repo": "pre-commit-hooks.nix",
"rev": "8d48a4cd434a6a6cc8f2603b50d2c0b2981a7c55",
"type": "github"
}
},
2021-04-04 18:49:39 +02:00
"ranz2nix": {
"flake": false,
"locked": {
"lastModified": 1594668772,
"narHash": "sha256-JE7lk0rDP5itZqWOwjuv8N18xLbGc6XL/0u9rMnhXUk=",
"owner": "andir",
"repo": "ranz2nix",
"rev": "637276c3110716d2a798e737fe62e54b37190d50",
"type": "github"
},
"original": {
"owner": "andir",
"repo": "ranz2nix",
"type": "github"
}
},
2020-09-23 10:36:46 +02:00
"root": {
"inputs": {
2020-09-24 12:35:45 +02:00
"flake-utils": "flake-utils",
2020-09-23 10:36:46 +02:00
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
2020-09-24 12:35:45 +02:00
"nur": "nur",
2020-12-25 11:58:44 +01:00
"obelisk": "obelisk",
2021-04-04 18:49:39 +02:00
"photoprism-flake": "photoprism-flake",
2020-09-24 12:35:45 +02:00
"pre-commit-hooks": "pre-commit-hooks"
2020-09-23 10:36:46 +02:00
}
}
},
"root": "root",
"version": 7
}