summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-19 17:11:02 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-19 17:11:02 +0100
commit8d4c75a23043974c242c2ff87f5dbda03c46395a (patch)
treed2fb15fe9102fa0851f7ed3deb1b5ad9e59397df /flake.nix
parent2e78e3aa4f3dd4706fa15bee8e0bbde58c9e5ce7 (diff)
my-nixpkgs: openssh: handle NixOS 22.11 and 23.05 APIs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7287cad..30c5114 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
url = "github:qaristote/webpage";
inputs.nixpkgs.follows = "/nixpkgs";
};
- my-nixpkgs.url = "git+file:///home/qaristote/code/nix/my-nixpkgs";
+ my-nixpkgs.url = "github:qaristote/my-nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
};