From 86b2db315e1de69582621107f9e47acc1fe06c56 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 31 Jan 2026 14:05:42 +0100 Subject: flake: move inputs away from github MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'my-nixpkgs': 'github:qaristote/my-nixpkgs/e91ce613347c1db230413d3f60236fb8823ec33f' (2026-01-25) → 'git+https://git.aristote.fr/nix/my-nixpkgs?ref=refs/heads/master&rev=e91ce613347c1db230413d3f60236fb8823ec33f' (2026-01-25) --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 9bb2c4c..a377c2d 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index b56b004..a4f8110 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; -- cgit v1.2.3