flake.nix: use conventional URIs, no custom shit

This commit is contained in:
colin 2023-01-14 23:28:12 +00:00
parent 926decbea5
commit 371bcad650
2 changed files with 35 additions and 33 deletions

View File

@ -24,16 +24,16 @@
"locked": { "locked": {
"lastModified": 1667907331, "lastModified": 1667907331,
"narHash": "sha256-bHkAwkYlBjkupPUFcQjimNS8gxWSWjOTevEuwdnp5m0=", "narHash": "sha256-bHkAwkYlBjkupPUFcQjimNS8gxWSWjOTevEuwdnp5m0=",
"owner": "nix-community", "ref": "release-22.05",
"repo": "home-manager",
"rev": "6639e3a837fc5deb6f99554072789724997bc8e5", "rev": "6639e3a837fc5deb6f99554072789724997bc8e5",
"type": "github" "revCount": 2151,
"type": "git",
"url": "https://github.com/nix-community/home-manager"
}, },
"original": { "original": {
"owner": "nix-community",
"ref": "release-22.05", "ref": "release-22.05",
"repo": "home-manager", "type": "git",
"type": "github" "url": "https://github.com/nix-community/home-manager"
} }
}, },
"mobile-nixos": { "mobile-nixos": {
@ -41,15 +41,15 @@
"locked": { "locked": {
"lastModified": 1670131242, "lastModified": 1670131242,
"narHash": "sha256-T/o1/3gffr010fsqgNshs1NJJjsnUYvQnUZgm6hilsY=", "narHash": "sha256-T/o1/3gffr010fsqgNshs1NJJjsnUYvQnUZgm6hilsY=",
"owner": "nixos", "ref": "refs/heads/master",
"repo": "mobile-nixos",
"rev": "5ee45cc1f8e43f4af14ee17ccef9156b0db8cd77", "rev": "5ee45cc1f8e43f4af14ee17ccef9156b0db8cd77",
"type": "github" "revCount": 2454,
"type": "git",
"url": "https://github.com/nixos/mobile-nixos"
}, },
"original": { "original": {
"owner": "nixos", "type": "git",
"repo": "mobile-nixos", "url": "https://github.com/nixos/mobile-nixos"
"type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
@ -73,15 +73,16 @@
"locked": { "locked": {
"lastModified": 1673612960, "lastModified": 1673612960,
"narHash": "sha256-DWR7hrbecJKmUJCswk9MXZta710mq+3jZwTvHU/UfyY=", "narHash": "sha256-DWR7hrbecJKmUJCswk9MXZta710mq+3jZwTvHU/UfyY=",
"owner": "NixOS", "ref": "nixos-22.11",
"repo": "nixpkgs",
"rev": "e285dd0ca97c264003867c7329f0d1f4f028739c", "rev": "e285dd0ca97c264003867c7329f0d1f4f028739c",
"type": "github" "revCount": 430213,
"type": "git",
"url": "https://github.com/nixos/nixpkgs"
}, },
"original": { "original": {
"id": "nixpkgs",
"ref": "nixos-22.11", "ref": "nixos-22.11",
"type": "indirect" "type": "git",
"url": "https://github.com/nixos/nixpkgs"
} }
}, },
"nixpkgs-stable_2": { "nixpkgs-stable_2": {
@ -104,15 +105,16 @@
"locked": { "locked": {
"lastModified": 1673540789, "lastModified": 1673540789,
"narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=", "narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=",
"owner": "NixOS", "ref": "nixos-unstable",
"repo": "nixpkgs",
"rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf", "rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf",
"type": "github" "revCount": 441903,
"type": "git",
"url": "https://github.com/nixos/nixpkgs"
}, },
"original": { "original": {
"id": "nixpkgs",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"type": "indirect" "type": "git",
"url": "https://github.com/nixos/nixpkgs"
} }
}, },
"root": { "root": {
@ -136,15 +138,15 @@
"locked": { "locked": {
"lastModified": 1673481602, "lastModified": 1673481602,
"narHash": "sha256-P80X38fOM2MtoYdgkyuksGOQPDhIhNJW2W2jMeMIZzE=", "narHash": "sha256-P80X38fOM2MtoYdgkyuksGOQPDhIhNJW2W2jMeMIZzE=",
"owner": "Mic92", "ref": "refs/heads/master",
"repo": "sops-nix",
"rev": "32187b33ac6ec9b628dcd08dd941a715e6241dda", "rev": "32187b33ac6ec9b628dcd08dd941a715e6241dda",
"type": "github" "revCount": 452,
"type": "git",
"url": "https://github.com/Mic92/sops-nix"
}, },
"original": { "original": {
"owner": "Mic92", "type": "git",
"repo": "sops-nix", "url": "https://github.com/Mic92/sops-nix"
"type": "github"
} }
}, },
"uninsane-dot-org": { "uninsane-dot-org": {

View File

@ -13,22 +13,22 @@
{ {
inputs = { inputs = {
nixpkgs-stable.url = "nixpkgs/nixos-22.11"; nixpkgs-stable.url = "git+https://github.com/nixos/nixpkgs?ref=nixos-22.11";
nixpkgs-unpatched.url = "nixpkgs/nixos-unstable"; nixpkgs-unpatched.url = "git+https://github.com/nixos/nixpkgs?ref=nixos-unstable";
nixpkgs = { nixpkgs = {
url = "path:nixpatches"; url = "path:nixpatches";
inputs.nixpkgs.follows = "nixpkgs-unpatched"; inputs.nixpkgs.follows = "nixpkgs-unpatched";
}; };
mobile-nixos = { mobile-nixos = {
url = "github:nixos/mobile-nixos"; url = "git+https://github.com/nixos/mobile-nixos";
flake = false; flake = false;
}; };
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-22.05"; url = "git+https://github.com/nix-community/home-manager?ref=release-22.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
sops-nix = { sops-nix = {
url = "github:Mic92/sops-nix"; url = "git+https://github.com/Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
uninsane-dot-org = { uninsane-dot-org = {