Compare commits

...

2 commits

2 changed files with 28 additions and 7 deletions

33
flake.lock generated
View file

@ -341,11 +341,11 @@
"zon2nix": "zon2nix" "zon2nix": "zon2nix"
}, },
"locked": { "locked": {
"lastModified": 1771885510, "lastModified": 1771930713,
"narHash": "sha256-noHcKsh3hr4sTtCQn0L9cLcRnANTgRU/X0LuRpK4+q0=", "narHash": "sha256-NPOmouXCaizb9Xv0l4xus8/MLOvs+7TktkaElr7Gqoo=",
"owner": "ghostty-org", "owner": "ghostty-org",
"repo": "ghostty", "repo": "ghostty",
"rev": "b2a7f71b586b83d3b2bb6a17b8c2d79b123dc33f", "rev": "d0e308f32b0024d2203232626e605b2fd4417d21",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -584,6 +584,26 @@
"type": "github" "type": "github"
} }
}, },
"mypkgs": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1771891176,
"narHash": "sha256-NLaeP3MPAr/UEe48KWIbom8kdyFukADjKbNGYso55vE=",
"ref": "refs/heads/nixos-unstable",
"rev": "214f035438b22ce935cd5a547ed368da613bd985",
"revCount": 1,
"type": "git",
"url": "https://git.sys-con.ru/thek0tyara/nixpkgs-extension.git"
},
"original": {
"type": "git",
"url": "https://git.sys-con.ru/thek0tyara/nixpkgs-extension.git"
}
},
"niri": { "niri": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_5", "nixpkgs": "nixpkgs_5",
@ -695,11 +715,11 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1771369470, "lastModified": 1771848320,
"narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=", "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0182a361324364ae3f436a63005877674cf45efb", "rev": "2fc6539b481e1d2569f25f8799236694180c0993",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -824,6 +844,7 @@
"ghostty": "ghostty", "ghostty": "ghostty",
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
"intel-hw": "intel-hw", "intel-hw": "intel-hw",
"mypkgs": "mypkgs",
"niri": "niri", "niri": "niri",
"nixpkgs": "nixpkgs_6", "nixpkgs": "nixpkgs_6",
"ragenix": "ragenix" "ragenix": "ragenix"

View file

@ -2,7 +2,7 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
mypkgs = { mypkgs = {
url = "ssh://forgejo@10.0.0.64/thek0tyara/nixpkgs-extension.git"; url = "git+https://git.sys-con.ru/thek0tyara/nixpkgs-extension.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ragenix.url = "github:yaxitech/ragenix/2025.03.09"; ragenix.url = "github:yaxitech/ragenix/2025.03.09";