diff options
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -48,15 +48,15 @@ "locked": { "lastModified": 1769379661, "narHash": "sha256-IwzvzWpEdBZRGTCJajk29SP++DoiVABPVwES+yhVIC8=", - "owner": "qaristote", - "repo": "my-nixpkgs", + "ref": "refs/heads/master", "rev": "e91ce613347c1db230413d3f60236fb8823ec33f", - "type": "github" + "revCount": 363, + "type": "git", + "url": "https://git.aristote.fr/nix/my-nixpkgs" }, "original": { - "owner": "qaristote", - "repo": "my-nixpkgs", - "type": "github" + "type": "git", + "url": "https://git.aristote.fr/nix/my-nixpkgs" } }, "nixos-hardware": { @@ -1,6 +1,6 @@ { inputs = { - my-nixpkgs.url = "github:qaristote/my-nixpkgs"; + my-nixpkgs.url = "git+https://git.aristote.fr/nix/my-nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; }; |
