ark/flake.lock

136 lines
3.5 KiB
Plaintext
Raw Normal View History

2020-12-23 19:54:51 +03:00
{
"nodes": {
2022-04-09 18:01:35 +03:00
"home": {
"inputs": {
"nixpkgs": [
2022-04-17 19:20:06 +03:00
"nixpkgs"
2022-04-09 18:01:35 +03:00
]
},
2021-05-10 13:05:19 +03:00
"locked": {
2022-05-28 16:12:53 +03:00
"lastModified": 1653518057,
"narHash": "sha256-cam3Nfae5ADeEs6mRPzr0jXB7+DhyMIXz0/0Q13r/yk=",
2022-04-09 18:01:35 +03:00
"owner": "nix-community",
"repo": "home-manager",
2022-05-28 16:12:53 +03:00
"rev": "64831f938bd413cefde0b0cf871febc494afaa4f",
2021-04-22 06:44:15 +03:00
"type": "github"
2021-05-10 13:05:19 +03:00
},
"original": {
2022-04-09 18:01:35 +03:00
"owner": "nix-community",
2022-04-17 19:20:06 +03:00
"ref": "master",
2022-04-09 18:01:35 +03:00
"repo": "home-manager",
"type": "github"
2021-05-10 13:05:19 +03:00
}
},
2022-05-28 16:12:53 +03:00
"lowdown-src": {
"flake": false,
"locked": {
"lastModified": 1633514407,
"narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=",
"owner": "kristapsdz",
"repo": "lowdown",
"rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8",
"type": "github"
},
"original": {
"owner": "kristapsdz",
"repo": "lowdown",
"type": "github"
}
},
"nix": {
"inputs": {
"lowdown-src": "lowdown-src",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1653643505,
"narHash": "sha256-VReVQKEfedov22lbZYQjOcIoxjOcLCSVWF8A2szoZ/k=",
"owner": "nixos",
"repo": "nix",
"rev": "ec07a70979a86cc436de7e46e03789b4606d25ab",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nix",
"type": "github"
}
},
2022-04-09 21:33:13 +03:00
"nixos-hardware": {
2021-06-19 21:26:07 +03:00
"locked": {
2022-05-28 16:12:53 +03:00
"lastModified": 1653463224,
"narHash": "sha256-bUxKhqZhki2vPzFTl8HOo1m7pagF7WzY1MZiso8U5ws=",
2021-05-03 07:48:31 +03:00
"owner": "nixos",
"repo": "nixos-hardware",
2022-05-28 16:12:53 +03:00
"rev": "39a7bfc496d2ddfce73fe9542af1f2029ba4fe39",
2021-05-03 07:48:31 +03:00
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
2022-04-09 21:33:13 +03:00
"nixos-persistence": {
2021-05-03 07:48:31 +03:00
"locked": {
2022-04-09 18:01:35 +03:00
"lastModified": 1646131459,
"narHash": "sha256-GPmgxvUFvQ1GmsGfWHy9+rcxWrczeDhS9XnAIPHi9XQ=",
2021-05-03 07:48:31 +03:00
"owner": "nix-community",
"repo": "impermanence",
2022-04-09 18:01:35 +03:00
"rev": "2f39baeb7d039fda5fc8225111bb79474138e6f4",
2021-05-03 07:48:31 +03:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "impermanence",
"type": "github"
}
},
2022-04-17 19:20:06 +03:00
"nixpkgs": {
"locked": {
2022-05-28 16:12:53 +03:00
"lastModified": 1653581809,
"narHash": "sha256-Uvka0V5MTGbeOfWte25+tfRL3moECDh1VwokWSZUdoY=",
2022-04-17 19:20:06 +03:00
"owner": "nixos",
"repo": "nixpkgs",
2022-05-28 16:12:53 +03:00
"rev": "83658b28fe638a170a19b8933aa008b30640fbd1",
2022-04-17 19:20:06 +03:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2022-05-28 16:12:53 +03:00
"nixpkgs-regression": {
"locked": {
"lastModified": 1643052045,
"narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "github"
},
"original": {
"id": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "indirect"
}
},
2020-12-23 19:54:51 +03:00
"root": {
"inputs": {
"home": "home",
2022-05-28 16:12:53 +03:00
"nix": "nix",
2022-04-09 21:33:13 +03:00
"nixos-hardware": "nixos-hardware",
2022-04-17 19:20:06 +03:00
"nixos-persistence": "nixos-persistence",
"nixpkgs": "nixpkgs"
2022-02-18 20:31:01 +03:00
}
2020-12-23 19:54:51 +03:00
}
},
"root": "root",
"version": 7
}