nix/os/devices/sj-srv1: bump versions

This commit is contained in:
steveej 2025-03-29 14:56:08 +01:00
parent 0623fda71e
commit d7ba491388
2 changed files with 22 additions and 3 deletions

View file

@ -37,13 +37,29 @@
"type": "github"
}
},
"nixpkgs-kanidm": {
"locked": {
"lastModified": 1729071019,
"narHash": "sha256-c4J/ZiMbjMf98FawO5XJaTWqvrvIXpxnIpxu4OV3CGA=",
"owner": "steveej-forks",
"repo": "nixpkgs",
"rev": "984b1d5a286d3a072b840b30ec49d96878d01e64",
"type": "github"
},
"original": {
"owner": "steveej-forks",
"ref": "kanidm",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-master": {
"locked": {
"lastModified": 1743255017,
"narHash": "sha256-Hu/Z2QaR5vwNsiorIspsCSBCC+rLx6xlgultoALDaWU=",
"lastModified": 1743256265,
"narHash": "sha256-1GJtabBAEwSkwKgSBe+osLCYwcRr5zx5H7ipuoVkO/4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "88728aef577d8235c6427701231121f0f9731c74",
"rev": "5dab1e63b3efccf767a54b0b978b41fe7410aff0",
"type": "github"
},
"original": {
@ -73,6 +89,7 @@
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-kanidm": "nixpkgs-kanidm",
"nixpkgs-master": "nixpkgs-master",
"nixpkgs-unstable": "nixpkgs-unstable"
}

View file

@ -3,6 +3,8 @@
inputs.nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable-small";
inputs.nixpkgs-master.url = "github:nixos/nixpkgs/master";
inputs.nixpkgs-kanidm.url = "github:steveej-forks/nixpkgs/kanidm";
inputs.home-manager = {
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";