diff --git a/flake.lock b/flake.lock index 054a4b4..158cabf 100644 --- a/flake.lock +++ b/flake.lock @@ -51,18 +51,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1725625109, - "narHash": "sha256-pMOPVZHRz7fJhuj1lfRqyJTWjAbM96vyrc0btDa56Qc=", - "owner": "onny", + "lastModified": 1726042813, + "narHash": "sha256-LnNKCCxnwgF+575y0pxUdlGZBO/ru1CtGHIqQVfvjlA=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "28cd3a0d7e4412e337632c1d6666d8de01cf7183", + "rev": "159be5db480d1df880a0135ca0bfed84c2f88353", "type": "github" }, "original": { - "owner": "onny", - "ref": "composer-update", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "ref": "master", + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index 6af9fc6..61e6bca 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { # FIXME #nixpkgs.url = "nixpkgs/nixos-24.05"; - nixpkgs.url = "github:onny/nixpkgs/hmr-enabler"; + nixpkgs.url = "nixpkgs/master"; nixos-shell.url = "github:Mic92/nixos-shell"; keycloak-realms.url = "github:rorosen/nixpkgs/keycloak-realm-import"; };