1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

flake.lock: Update

Flake lock file updates:

• Updated input 'comma/naersk/nixpkgs':
    'path:/nix/store/3g25cg20m43hvsy17d7nz0jxwk79a77w-source?lastModified=1653087707&narHash=sha256-zfno3snrzZTWQ2B7K53QHrGZwrjnJLTRPalymrSsziU=&rev=cbd40c72b2603ab54e7208f99f9b35fc158bc009' (2022-05-20)
  → follows 'comma/nixpkgs'
• Updated input 'emacs-overlay':
    'github:nix-community/emacs-overlay/a73125db1db85e79b3c89cfd11e2c59195b6be95' (2022-06-10)
  → 'github:nix-community/emacs-overlay/651c417e7fd8d8f1ee67560bc0b2f85aba2c9cab' (2022-06-10)
This commit is contained in:
Stefan Ellmauthaler 2022-06-10 17:22:05 +02:00
parent 49cc4dfbe9
commit 1e17edfd7a
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

42
flake.lock generated
View File

@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1654838827, "lastModified": 1654859398,
"narHash": "sha256-BbugwMVfVU973dTkSbtKB3GWVZTCwG7cREOn75EYxqA=", "narHash": "sha256-gw2dGEnIzUYZo27yHxY1SQj3LVA9iiCMSdUwouyKDAM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "a73125db1db85e79b3c89cfd11e2c59195b6be95", "rev": "651c417e7fd8d8f1ee67560bc0b2f85aba2c9cab",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -187,7 +187,10 @@
}, },
"naersk": { "naersk": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs" "nixpkgs": [
"comma",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1653413650, "lastModified": 1653413650,
@ -207,7 +210,7 @@
"nix": { "nix": {
"inputs": { "inputs": {
"lowdown-src": "lowdown-src", "lowdown-src": "lowdown-src",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs",
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
@ -241,14 +244,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1653087707, "lastModified": 1632864508,
"narHash": "sha256-zfno3snrzZTWQ2B7K53QHrGZwrjnJLTRPalymrSsziU=", "narHash": "sha256-d127FIvGR41XbVRDPVvozUPQ/uRHbHwvfyKHwEt5xFM=",
"path": "/nix/store/3g25cg20m43hvsy17d7nz0jxwk79a77w-source", "owner": "NixOS",
"rev": "cbd40c72b2603ab54e7208f99f9b35fc158bc009", "repo": "nixpkgs",
"type": "path" "rev": "82891b5e2c2359d7e58d08849e4c89511ab94234",
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-21.05-small",
"type": "indirect" "type": "indirect"
} }
}, },
@ -346,21 +351,6 @@
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": {
"lastModified": 1632864508,
"narHash": "sha256-d127FIvGR41XbVRDPVvozUPQ/uRHbHwvfyKHwEt5xFM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "82891b5e2c2359d7e58d08849e4c89511ab94234",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-21.05-small",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1654758790, "lastModified": 1654758790,
"narHash": "sha256-bXimktlkjL9s8ldMzMBslxEs80cjZDqrof1g8MbhmQI=", "narHash": "sha256-bXimktlkjL9s8ldMzMBslxEs80cjZDqrof1g8MbhmQI=",
@ -384,7 +374,7 @@
"flake-utils-plus": "flake-utils-plus", "flake-utils-plus": "flake-utils-plus",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable": "nixpkgs-unstable",
"simple-nixos-mailserver": "simple-nixos-mailserver", "simple-nixos-mailserver": "simple-nixos-mailserver",
"sops-nix": "sops-nix" "sops-nix": "sops-nix"