nix/os/devices/steveej-x13s: bump versions

This commit is contained in:
steveej 2025-01-18 21:59:12 +01:00
parent baa0ea64e3
commit 7f0252ea8f
2 changed files with 13 additions and 12 deletions

View file

@ -44,11 +44,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736711425, "lastModified": 1737038063,
"narHash": "sha256-8hKhPQuMtXfJi+4lPvw3FBk/zSJVHeb726Zo0uF1PP8=", "narHash": "sha256-rMEuiK69MDhjz1JgbaeQ9mBDXMJ2/P8vmOYRbFndXsk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "f720e64ec37fa16ebba6354eadf310f81555cc07", "rev": "bf0abfde48f469c256f2b0f481c6281ff04a5db2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -164,15 +164,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736785676, "lastModified": 1737233786,
"narHash": "sha256-TY0jUwR3EW0fnS0X5wXMAVy6h4Z7Y6a3m+Yq++C9AyE=", "narHash": "sha256-WO6owkCecetn7bbu/ofy8aftO3rPCHUeq5GlVLsfS4M=",
"owner": "nix-community", "owner": "steveej-forks",
"repo": "home-manager", "repo": "home-manager",
"rev": "fc52a210b60f2f52c74eac41a8647c1573d2071d", "rev": "40ecdf4fc8bb698b8cbdb2ddb0ed5b1868e43c1a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "steveej-forks",
"ref": "master", "ref": "master",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
@ -308,11 +308,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1736916166, "lastModified": 1737165118,
"narHash": "sha256-puPDoVKxkuNmYIGMpMQiK8bEjaACcCksolsG36gdaNQ=", "narHash": "sha256-s40Kk/OulP3J/1JvC3VT16U4r/Xw6Qdi7SRw3LYkPWs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e24b4c09e963677b1beea49d411cd315a024ad3a", "rev": "6a3ae7a5a12fb8cac2d59d7df7cbd95f9b2f0566",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,7 +9,8 @@
disko.inputs.nixpkgs.follows = "nixpkgs"; disko.inputs.nixpkgs.follows = "nixpkgs";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/master"; url = "github:steveej-forks/home-manager/master";
# url = "github:nix-community/home-manager/master";
# url = "github:nix-community/home-manager/release-24.11"; # url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };